From 8f3bc6c7127f79156b7d9c64dfdf30c9876c6923 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sun, 14 Sep 2025 17:11: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 30dab83..b4ac1ee 100644 --- a/mySettingFile/tsconfig.json +++ b/mySettingFile/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "es2022", "module": "commonjs", } } \ No newline at end of file