source: Farmatiko/ClientApp/tsconfig.json@ de9d697

Last change on this file since de9d697 was 1db5673, checked in by DimitarSlezenkovski <dslezenkovski@…>, 3 years ago

Fix bugs, add some more

  • Property mode set to 100644
File size: 432 bytes
Line 
1{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "baseUrl": "https://localhost:5001/",
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.