From a8a7c30364bcfcb56009cbe929aee69de7059398 Mon Sep 17 00:00:00 2001 From: kotaaaa Date: Sat, 9 Dec 2023 16:49:53 -0800 Subject: [PATCH] fix: reviewed point, tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 33917a99..8b30a24a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": false, "skipLibCheck": true,