| 123456789101112131415161718192021222324 |
- {
- "compileOnSave": false,
- "compilerOptions": {
- "strict": true,
- "noImplicitOverride": true,
- "noPropertyAccessFromIndexSignature": true,
- "noImplicitReturns": true,
- "noFallthroughCasesInSwitch": true,
- "skipLibCheck": true,
- "isolatedModules": true,
- "experimentalDecorators": true,
- "importHelpers": false,
- "target": "ES2022",
- "module": "preserve"
- },
- "angularCompilerOptions": {
- "enableI18nLegacyMessageIdFormat": false,
- "strictInjectionParameters": true,
- "strictInputAccessModifiers": true,
- "typeCheckHostBindings": true,
- "strictTemplates": true,
- "_enabledBlockTypes": ["if", "for", "switch"]
- }
- }
|