mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
38 lines
865 B
JSON
38 lines
865 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": false,
|
|
"strict": false,
|
|
"noImplicitOverride": false,
|
|
"noPropertyAccessFromIndexSignature": false,
|
|
"noImplicitReturns": false,
|
|
"noFallthroughCasesInSwitch": false,
|
|
"useDefineForClassFields": false,
|
|
"resolveJsonModule": true
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.editor.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
},
|
|
{
|
|
"path": "./.storybook/tsconfig.json"
|
|
}
|
|
],
|
|
"extends": "../../tsconfig.base.json",
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|