From fc6db1824e6974898f177ffb0ffd2eb138a653ce Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 14 Sep 2016 15:20:18 +0200 Subject: move to ES6, clean up views --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 00a82e1a7..f8379d638 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -117,7 +117,7 @@ const paths = { const tsBaseArgs = { - target: "es5", + target: "es6", jsx: "react", experimentalDecorators: true, module: "system", -- cgit v1.2.3