From c277655788dedf035321e6e6060382a32943a12e Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Fri, 26 Nov 2021 14:35:59 +0100 Subject: [PATCH] require es6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9ed7eec..df02397 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "commonjs", "outDir": "out", "sourceMap": true