From 6d9e8a35d81e6d1feb2136690661d43c6cfd53b7 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 05 三月 2024 18:11:35 +0800 Subject: [PATCH] Excel导入部分 --- tsconfig.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3dc32e7..0a54c1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "paths": { "@/*": ["src/*"] }, - "types": ["vite/client"], + "types": ["vite/client","node"], "skipLibCheck": true, // 鍏佽榛樿瀵煎叆 "allowSyntheticDefaultImports": true, -- Gitblit v1.8.0