source: Farmatiko/ClientApp/tsconfig.json@ 6f203af

Last change on this file since 6f203af was e42f61a, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Add more services

  • Property mode set to 100644
File size: 433 bytes
RevLine 
[30a465f]1{
2 "compileOnSave": false,
3 "compilerOptions": {
[e42f61a]4 "baseUrl": "https://localhost:44342/",
[30a465f]5 "module": "esnext",
6 "outDir": "./dist/out-tsc",
7 "sourceMap": true,
8 "declaration": false,
9 "moduleResolution": "node",
10 "emitDecoratorMetadata": true,
11 "experimentalDecorators": true,
12 "target": "es2015",
13 "typeRoots": [
14 "node_modules/@types"
15 ],
16 "lib": [
17 "es2017",
18 "dom"
19 ]
20 }
21}
Note: See TracBrowser for help on using the repository browser.