From 579a55d4b93174912e3b6c1772a739afdd867e54 Mon Sep 17 00:00:00 2001 From: ienaga Date: Sun, 5 Apr 2026 09:17:28 +0900 Subject: [PATCH] =?UTF-8?q?TypeScript=20v6=E3=81=B8=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 156b6d5..517e474 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "Node16", "moduleResolution": "Node16", "lib": ["ES2022"], + "types": ["node"], "outDir": "./dist", "rootDir": "./src", "strict": true,