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