Better types (#7670)

* Rewrite bun-types to include @types/node

* Incorporate new commits

* Update bun.lockb

* [autofix.ci] apply automated fixes

* Update readme, add back webkit

* Updates

* BunJS -> Bun

* Switch init to @types/bun

* [autofix.ci] apply automated fixes

* Tweaks

* Revert docs changes

* Fix bugs

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Colin McDonnell
2023-12-18 13:27:48 -08:00
committed by GitHub
parent a1a4178c3f
commit 31c17a1bb3
107 changed files with 3045 additions and 33520 deletions

View File

@@ -13,7 +13,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"jsx": "react-jsx",
"types": ["bun-types"],
"typeRoots": ["./packages"]
}
}