修复类型检查:补充DOM类型库并消除feed-detail严格模式告警

This commit is contained in:
2026-03-03 12:19:16 +08:00
parent 892e76f7ed
commit a7672d0430
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022"],
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"outDir": "dist",
"rootDir": "src",
"strict": true,