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

11 lines
263 B
JSON

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