29 lines
601 B
JSON
29 lines
601 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"module": "preserve",
|
|
"target": "ES2023",
|
|
"lib": ["ES2023", "DOM"],
|
|
"types": [],
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"strict": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|