build: 移除 tsconfig.app.json 中的 lib 配置项

This commit is contained in:
严浩
2025-08-19 09:30:02 +08:00
parent 95a3676fba
commit 4f5910147c

View File

@@ -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 文件的类型检查