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

@ -3,6 +3,7 @@
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["node"],
"noUncheckedIndexedAccess": false,
"plugins": [
{