From c3f7b584c900d3fd48a874ea02f397614e6d73a7 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:04:40 +0800 Subject: [PATCH] don't change compiler --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8d3af17..a3ff778 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "inlineSourceMap": true, "inlineSources": true, "module": "ESNext", - "target": "ESNext", + "target": "es6", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node", @@ -23,4 +23,4 @@ "include": [ "**/*.ts" ] -} \ No newline at end of file +}