Use Bun to watch for typescript errors, like tsc --watch --noEmit
#5395
giovannivocale-molar
started this conversation in
General
Replies: 2 comments
-
This would be great |
Beta Was this translation helpful? Give feedback.
0 replies
-
Still using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my next.js app, I keep watching for typescript error by running
tsc --noemit --watch
.Can I replace
tsc
withbun
? What command would I run then?Thanks
Beta Was this translation helpful? Give feedback.
All reactions