source: Sources/frontend/tsconfig.json@ 8423429

Last change on this file since 8423429 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 904 bytes
Line 
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": false,
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}
Note: See TracBrowser for help on using the repository browser.