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