tehnicni-app/client/tsconfig.json
2025-07-11 16:51:33 +02:00

24 lines
472 B
JSON

{
"compilerOptions": {
"isolatedModules": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"typeCheckHostBindings": true,
"strictTemplates": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"extends": "./tsconfig.base.json"
}