mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
35 lines
785 B
JSON
35 lines
785 B
JSON
|
|
{
|
||
|
|
"compileOnSave": false,
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"noImplicitOverride": true,
|
||
|
|
"noPropertyAccessFromIndexSignature": true,
|
||
|
|
"noImplicitReturns": true,
|
||
|
|
"noFallthroughCasesInSwitch": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"importHelpers": true,
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "preserve",
|
||
|
|
"paths": {
|
||
|
|
"@angular/*": ["../packages/*/index"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"angularCompilerOptions": {
|
||
|
|
"enableI18nLegacyMessageIdFormat": false,
|
||
|
|
"strictInjectionParameters": true,
|
||
|
|
"strictInputAccessModifiers": true,
|
||
|
|
"strictTemplates": true
|
||
|
|
},
|
||
|
|
"files": [],
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.app.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.spec.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|