From 8334db15229b568dd2fcb378820c76f0cb6e38fa Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sun, 14 Sep 2025 19:42:24 +0900 Subject: [PATCH] modify tsconfig.json --- mySettingFile/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mySettingFile/tsconfig.json b/mySettingFile/tsconfig.json index b4ac1ee..9f12ad5 100644 --- a/mySettingFile/tsconfig.json +++ b/mySettingFile/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2022", - "module": "commonjs", + "target": "es6", + "module": "es2022", } } \ No newline at end of file