From 9ef37b0d640e8ab77459c2a816dab96c2d7b9511 Mon Sep 17 00:00:00 2001 From: 幻雨堂 <13281837894@163.com> Date: 星期四, 22 二月 2024 09:34:45 +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