From 5f90ebef25e1da2ca19226ed7362f52999bbb46a Mon Sep 17 00:00:00 2001 From: TangShanDD Date: Wed, 10 Sep 2025 10:07:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b1cdfdf..bb49a0d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "baseUrl": ".", "allowJs": true, "skipLibCheck": true, + "lib": ["ES2018", "DOM", "DOM.Iterable"], "paths": { "@/*": ["./src/*"], "services/*": ["src/services/*"], @@ -20,7 +21,5 @@ "path": "./tsconfig.vite-config.json" } ], - "exclude": [ - "node_modules" - ] + "exclude": ["node_modules"] }