chore(site): add dom lib types

This commit is contained in:
Rahim
2025-10-30 03:06:05 +00:00
parent 4a677a0ae8
commit abc4df3780
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": "."
},
"include": ["src"]
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": "."
},
"include": ["src"]
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]