From 4f5910147cd48818a08eb666ae72955c3eebbfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 19 Aug 2025 09:30:02 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=20tsconfig.app.json?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=20lib=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index df7c2c1..5c186bd 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -13,7 +13,6 @@ "src/**/__tests__/*", ], "compilerOptions": { - "lib": ["ES2022", "DOM", "DOM.Iterable"], "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "allowJs": true, // 允许编译 JavaScript 文件 "checkJs": true, // 启用 JavaScript 文件的类型检查