From e2e30726db0b838dc86eeb192acd435943ce721a Mon Sep 17 00:00:00 2001 From: Mathew Henson Date: Tue, 3 May 2016 19:59:07 +0100 Subject: [PATCH] ES6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f3b95f3..a30f560 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "declaration": false, "sourceMap": false, "preserveConstEnums": true, - "target": "es5", + "target": "es6", "allowUnreachableCode": false, "allowUnusedLabels": false, "outDir": "dist"