Files
2026-07-12 21:59:46 -04:00

10 lines
235 B
JSON

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