From ed0e0a6e90ba8a921d5db73606e6df7c26793de5 Mon Sep 17 00:00:00 2001 From: lishid Date: Sun, 31 Jan 2021 12:55:17 -0500 Subject: [PATCH] Target ES6. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d148fe0..09cf7ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "inlineSourceMap": true, "inlineSources": true, "module": "ESNext", - "target": "es5", + "target": "es6", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node",