Bun v1.0.19 #7785
Jarred-Sumner
announced in
Announcements
Bun v1.0.19
#7785
Replies: 1 comment 1 reply
-
I have removed bun-types and installed @types/bun using bun add -d @types/bun. Should I be changing the tsconfig.json from : "types": [
"bun-types"
] to this: "types": [
"@types/bun"
] or it works out of the box without this in tsconfig? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To install Bun v1.0.19:
To upgrade to Bun v1.0.19:
Read Bun v1.0.19's release notes on Bun's blog
Thanks to 18 contributors for making Bun v1.0.19 possible
Full Changelog: bun-v1.0.18...bun-v1.0.19
This discussion was created from the release Bun v1.0.19.
Beta Was this translation helpful? Give feedback.
All reactions