feat: reduce bundle size by only compiling to es6

This commit is contained in:
Johannes Millan 2019-01-26 19:35:43 +01:00
parent 038ef518d2
commit 8c2a71e9cc
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es6",
"typeRoots": [
"node_modules/@types"
],

View file

@ -9,7 +9,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es6",
"typeRoots": [
"node_modules/@types"
],