Use Bun to watch for typescript errors, like tsc --watch --noEmit
#5395
giovannivocale-molar
started this conversation in
General
Replies: 1 comment
-
This would be great |
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
-
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