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
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"]
},
"include": ["./**/*.ts"]
}