| { |
| "license": "Apache-2.0", |
| "compileOnSave": false, |
| "compilerOptions": { |
| "outDir": "./dist/out-tsc", |
| "strict": true, |
| "noImplicitOverride": true, |
| "noPropertyAccessFromIndexSignature": true, |
| "noImplicitReturns": true, |
| "noFallthroughCasesInSwitch": true, |
| "skipLibCheck": true, |
| "esModuleInterop": true, |
| "sourceMap": true, |
| "declaration": false, |
| "experimentalDecorators": true, |
| "moduleResolution": "bundler", |
| "importHelpers": true, |
| "target": "ES2022", |
| "module": "ES2022", |
| "lib": ["ES2022", "dom"] |
| }, |
| "angularCompilerOptions": { |
| "enableI18nLegacyMessageIdFormat": false, |
| "strictInjectionParameters": true, |
| "strictInputAccessModifiers": true, |
| "strictTemplates": true |
| } |
| } |