|
a |
|
b/frontend/tsconfig.json |
|
|
1 |
/* To learn more about this file see: https://angular.io/config/tsconfig. */ |
|
|
2 |
{ |
|
|
3 |
"compileOnSave": false, |
|
|
4 |
"compilerOptions": { |
|
|
5 |
"baseUrl": "./", |
|
|
6 |
"outDir": "./dist/out-tsc", |
|
|
7 |
"forceConsistentCasingInFileNames": true, |
|
|
8 |
"strict": true, |
|
|
9 |
"noImplicitOverride": true, |
|
|
10 |
"noPropertyAccessFromIndexSignature": true, |
|
|
11 |
"noImplicitReturns": true, |
|
|
12 |
"noFallthroughCasesInSwitch": true, |
|
|
13 |
"sourceMap": true, |
|
|
14 |
"declaration": false, |
|
|
15 |
"downlevelIteration": true, |
|
|
16 |
"experimentalDecorators": true, |
|
|
17 |
"moduleResolution": "node", |
|
|
18 |
"importHelpers": true, |
|
|
19 |
"target": "ES2022", |
|
|
20 |
"module": "ES2022", |
|
|
21 |
"useDefineForClassFields": false, |
|
|
22 |
"lib": [ |
|
|
23 |
"ES2022", |
|
|
24 |
"dom" |
|
|
25 |
] |
|
|
26 |
}, |
|
|
27 |
"angularCompilerOptions": { |
|
|
28 |
"enableI18nLegacyMessageIdFormat": false, |
|
|
29 |
"strictInjectionParameters": true, |
|
|
30 |
"strictInputAccessModifiers": true, |
|
|
31 |
"strictTemplates": true |
|
|
32 |
} |
|
|
33 |
} |