From 32297ff52c033b304dbdc8c0f976e5b63420807e Mon Sep 17 00:00:00 2001 From: lijun Date: Thu, 14 May 2026 22:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= 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 77cf81b..040ffae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "paths": { "@/*": ["src/*"] }, + "types": ["node"], "ignoreDeprecations": "6.0" }, "include": ["src/**/*.ts", "src/**/*.d.ts","src/**/*.vue"],