chore: unify tsconfig.json files (#883)
This commit is contained in:
committed by
László Monda
parent
9112b597f8
commit
58ee42fcc2
2338
packages/uhk-common/package-lock.json
generated
2338
packages/uhk-common/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,9 @@
|
||||
"test": "jasmine-ts --config=jasmine.json",
|
||||
"coverage": "nyc jasmine-ts --config=jasmine.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "1.9.3"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"nyc": {
|
||||
"extension": [
|
||||
|
||||
@@ -1,19 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist",
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"es2015.iterable",
|
||||
"dom",
|
||||
"es2016"
|
||||
]
|
||||
"outDir": "./dist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user