source: Farmatiko/wwwroot/tsconfig.json@ b36a754

Last change on this file since b36a754 was b36a754, checked in by Your Name <you@…>, 4 years ago

Angular app created

  • Property mode set to 100644
File size: 489 bytes
Line 
1{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "baseUrl": "./",
5 "outDir": "./dist/out-tsc",
6 "sourceMap": true,
7 "declaration": false,
8 "downlevelIteration": true,
9 "experimentalDecorators": true,
10 "module": "esnext",
11 "moduleResolution": "node",
12 "importHelpers": true,
13 "target": "es2015",
14 "lib": [
15 "es2018",
16 "dom"
17 ]
18 },
19 "angularCompilerOptions": {
20 "fullTemplateTypeCheck": true,
21 "strictInjectionParameters": true
22 }
23}
Note: See TracBrowser for help on using the repository browser.