source: bus-n-go-pavel-216049/bus-n-go-frontend/tsconfig.json

Last change on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 1021 bytes
Line 
1/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3{
4 "compileOnSave": false,
5 "compilerOptions": {
6 "outDir": "./dist/out-tsc",
7 "strict": true,
8 "noImplicitOverride": true,
9 "noPropertyAccessFromIndexSignature": true,
10 "noImplicitReturns": true,
11 "noFallthroughCasesInSwitch": true,
12 "skipLibCheck": true,
13 "esModuleInterop": true,
14 "sourceMap": true,
15 "declaration": false,
16 "experimentalDecorators": true,
17 "moduleResolution": "bundler",
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.