From a849acf7cc7776dc4dd1f350c15d996f47b96a51 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Mon, 30 Jun 2025 19:21:55 +0900 Subject: [PATCH] tsconfig.json update --- mySettingFile/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mySettingFile/tsconfig.json diff --git a/mySettingFile/tsconfig.json b/mySettingFile/tsconfig.json new file mode 100644 index 0000000..78f6fd6 --- /dev/null +++ b/mySettingFile/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + } +} \ No newline at end of file