From f11a18809214db20c7d753f9c8f56187cb7a67a0 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 4 Jan 2016 21:22:09 -0500 Subject: [PATCH] Target ES6 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 653e4c3..ca545da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "module": "commonjs", - "moduleResolution": "node" + "moduleResolution": "node", + "target": "es6" }, "exclude": [