chore: update TypeScript native preview

This commit is contained in:
Kit Langton 2026-07-12 21:59:46 -04:00
commit 9eabe1f973
14 changed files with 24 additions and 11 deletions

View file

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