mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"strictPropertyInitialization": false,
|
|
"resolveJsonModule": true,
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"module": "es2020",
|
|
"target": "es2017",
|
|
"lib": ["es2020", "dom"]
|
|
}
|
|
}
|