chore: unify tsconfig.json files (#883)

This commit is contained in:
Róbert Kiss
2018-12-22 00:46:17 +01:00
committed by László Monda
parent 9112b597f8
commit 58ee42fcc2
11 changed files with 32 additions and 2388 deletions

View File

@@ -1,16 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../uhk-agent/dist/out-tsc",
"sourceMap": true,
"baseUrl": ".",
"declaration": false,
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2015.iterable",
"dom",