chore(packages): move dom types down

This commit is contained in:
Rahim
2025-10-30 02:55:17 +00:00
parent c6e45fde16
commit 2778b20ca3
11 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"incremental": true,
"composite": true,
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,