From 24a01c9bb00f2fb30c748baf7862b74dc165db39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BC=95?= Date: Tue, 3 Sep 2024 17:23:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:ts=E7=B1=BB=E5=9E=8B=E6=96=B0=E5=A2=9Enode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a31d818..95faf95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "lib": ["esnext", "dom"], - "types": ["vue", "element-plus/global"] + "types": ["vue", "element-plus/global", "node"] }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]