From ac3663091af684d6bd990c35b56e00d445f25b37 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sat, 12 Jul 2025 16:55:52 +0900 Subject: [PATCH] modify tsconfig.json --- mySettingFile/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/mySettingFile/tsconfig.json b/mySettingFile/tsconfig.json index 30dab83..ee810f3 100644 --- a/mySettingFile/tsconfig.json +++ b/mySettingFile/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "types": ["node"], "target": "es6", "module": "commonjs", }