added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / config / tsconfig.json
1 {\r
2   "compileOnSave": false,\r
3   "compilerOptions": {\r
4     "outDir": "./dist/out-tsc",\r
5     "sourceMap": true,\r
6     "declaration": false,\r
7     "moduleResolution": "node",\r
8     "emitDecoratorMetadata": true,\r
9     "experimentalDecorators": true,\r
10     "target": "es5",\r
11     "typeRoots": [\r
12       "node_modules/@types"\r
13     ],\r
14     "lib": [\r
15       "es2017",\r
16       "dom"\r
17     ]\r
18   }\r
19 }\r