From dec8cc60efee306d5d34754e0fb0f298626baad8 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sun, 14 Sep 2025 19:44:21 +0900 Subject: [PATCH] modify tsconfig.json --- mySettingFile/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mySettingFile/tsconfig.json b/mySettingFile/tsconfig.json index 9f12ad5..f9d5e8f 100644 --- a/mySettingFile/tsconfig.json +++ b/mySettingFile/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "es2022", "module": "es2022", } } \ No newline at end of file