30 lines
759 B
JSON
30 lines
759 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es2022",
|
||
|
|
"useDefineForClassFields": false,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"strict": false,
|
||
|
|
"noImplicitOverride": false,
|
||
|
|
"noImplicitAny": false,
|
||
|
|
"noPropertyAccessFromIndexSignature": true,
|
||
|
|
"noImplicitReturns": false,
|
||
|
|
"noFallthroughCasesInSwitch": true,
|
||
|
|
"strictPropertyInitialization": false
|
||
|
|
},
|
||
|
|
"files": [],
|
||
|
|
"include": [],
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.lib.json"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"angularCompilerOptions": {
|
||
|
|
"enableI18nLegacyMessageIdFormat": false,
|
||
|
|
"strictPropertyInitialization": false,
|
||
|
|
"strictInjectionParameters": true,
|
||
|
|
"strictInputAccessModifiers": true,
|
||
|
|
"strictTemplates": false
|
||
|
|
}
|
||
|
|
}
|