chore: unify tsconfig.json files (#883)
This commit is contained in:
committed by
László Monda
parent
9112b597f8
commit
58ee42fcc2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user