Fix build bug

This commit is contained in:
Fabio Berger
2017-11-22 14:20:24 -06:00
parent f7f1397e52
commit cb377f29c2

View File

@@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"outDir": "./transpiled/",
"sourceMap": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",