source: Farmatiko/ClientApp/tsconfig.json@ ec6ac45

Last change on this file since ec6ac45 was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

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