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

@@ -7,6 +7,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5"
"target": "es2016",
"importHelpers": true
}
}