From 7e32abdb265888eec759cd962ee40dd304d480b1 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 4 May 2016 14:14:39 -0700 Subject: [PATCH] Add tsconfig.json files --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ac08134..83c2c46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "es2015", + "target": "es6", "noImplicitAny": true, "strictNullChecks": true, "baseUrl": "../"