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 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 2df3b2ce8..cbe7d039f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "jsx": "react", "experimentalDecorators": true, "module": "system", -- cgit v1.2.3