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

File diff suppressed because it is too large Load Diff

View File

@@ -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": [

View File

@@ -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"
}
}