From b8dc73acf2edf6634abe0c35de07cacc0f7d70a3 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Mon, 30 Jun 2025 19:47:22 +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 78f6fd6..30dab83 100644 --- a/mySettingFile/tsconfig.json +++ b/mySettingFile/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "commonjs", } } \ No newline at end of file