Index: tsconfig.json |
diff --git a/tsconfig.json b/tsconfig.json |
index 406a49565e29a72475dd9912b6d4cc33f59528be..41d89ca118f48cc0348afd2dcee3971cf31d08be 100644 |
--- a/tsconfig.json |
+++ b/tsconfig.json |
@@ -6,7 +6,8 @@ |
"noEmitOnError": true, |
"noImplicitAny": true, |
"allowUnreachableCode": false, |
- "target": "es5" |
+ "target": "ES2015", |
+ "lib": "es6" |
}, |
"exclude": [ |
"node_modules", |