chore: fix type checks

This commit is contained in:
Charlie Lamb
2026-04-20 19:04:02 +01:00
parent d461f516de
commit 7c39ae0cd6

View File

@@ -4,7 +4,7 @@
"experimentalSpecifier": true
},
"compilerOptions": {
"lib": ["ES2021", "DOM"],
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"target": "ES2020",
"moduleResolution": "bundler",
"module": "Preserve",
@@ -13,7 +13,6 @@
"types": ["bun", "node"],
// "declaration": true,
"jsx": "react-jsx",
"rootDir": ".",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,