From f3e66a8126bb20545b69bf3fdc3b86804ad138b9 Mon Sep 17 00:00:00 2001 From: Riri Date: Thu, 21 Nov 2024 03:39:07 +0800 Subject: [PATCH] build: tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1c59268..a83228e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ }, "resolveJsonModule": true, "types": [ - "vite/client" + "vite/client", + "@types/node" ], "strict": true, "strictNullChecks": true,