fix(server): include DOM libs for typecheck

This commit is contained in:
Dax Raad 2026-06-04 01:31:31 -04:00
commit bb3cb8cd20
2 changed files with 13 additions and 32 deletions

View file

@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}