You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
857 B
32 lines
857 B
/* To learn more about this file see: https://angular.io/config/tsconfig. */ |
|
{ |
|
"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": "node", |
|
"importHelpers": true, |
|
"target": "ES2022", |
|
"module": "ES2022", |
|
"useDefineForClassFields": false, |
|
"lib": [ |
|
"ES2022", |
|
"dom" |
|
] |
|
}, |
|
"angularCompilerOptions": { |
|
"enableI18nLegacyMessageIdFormat": false, |
|
"strictInjectionParameters": true, |
|
"strictInputAccessModifiers": true, |
|
"strictTemplates": true |
|
} |
|
}
|
|
|