mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"strictPropertyInitialization": false,
|
|
"resolveJsonModule": true,
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
]
|
|
}
|
|
}
|