From 1c391db321fae77ddcd297e14fbe1429960ead49 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 05 三月 2024 14:42:20 +0800 Subject: [PATCH] 景区运行数据基础功能 --- 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