summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-10-15 18:55:34 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-10-15 18:55:34 +0200
commit353eeca339e060eb4a03e0b67343086854a5e5d7 (patch)
tree8b97aff55d67b434a389848e5a36e19f4cc816af /gulpfile.js
parent03782f8aea043042aaa069de0b91cdb80fbb4679 (diff)
downloadwallet-core-353eeca339e060eb4a03e0b67343086854a5e5d7.tar.gz
wallet-core-353eeca339e060eb4a03e0b67343086854a5e5d7.tar.bz2
wallet-core-353eeca339e060eb4a03e0b67343086854a5e5d7.zip
add missing typeof, makes unit tests pass
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ae3cdee31..cb385f043 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -101,7 +101,7 @@ const paths = {
const tsBaseArgs = {
- target: "es5",
+ target: "es6",
jsx: "react",
reactNamespace: "React",
experimentalDecorators: true,