mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"name": "@openstapps/tsconfig",
|
|
"description": "The tsconfig for the openstapps project",
|
|
"version": "3.0.0",
|
|
"type": "commonjs",
|
|
"license": "GPL-3.0-only",
|
|
"repository": "git@gitlab.com:openstapps/eslint-config.git",
|
|
"author": "Thea Schöbl",
|
|
"main": "tsconfig.json",
|
|
"files": [
|
|
"tsconfig.json"
|
|
]
|
|
}
|