From 6c4787ae0fedb8d967b02cac1fc6fcf79eb56ab4 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Sat, 13 Feb 2021 15:17:04 +0100 Subject: [PATCH] Changed ES target --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2dcc8e5..e4ea327 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "outDir": "./dist", "allowJs": true, - "target": "es5" + "target": "es6" }, "include": [ "./src/**/*"