You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've noticed that in a few places the docs instruct users to install and use the tsx package to run Typescript files on the Bun runtime.
My understanding is Bun can run .ts files natively without the need for a package like tsx.
If it helps, I can submit a PR to update all instances of tsx being installed or used on Bun.
Below is an example of the issue:
The text was updated successfully, but these errors were encountered:
Hi, I've noticed that in a few places the docs instruct users to install and use the
tsx
package to run Typescript files on the Bun runtime.My understanding is Bun can run
.ts
files natively without the need for a package liketsx
.If it helps, I can submit a PR to update all instances of
tsx
being installed or used on Bun.Below is an example of the issue:

The text was updated successfully, but these errors were encountered: