From 353eeca339e060eb4a03e0b67343086854a5e5d7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 15 Oct 2017 18:55:34 +0200 Subject: add missing typeof, makes unit tests pass --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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, -- cgit v1.2.3