Hacker News new | ask | show | jobs
by vivzkestrel 23 days ago
how does it compare to tsx ? https://github.com/privatenumber/tsx
2 comments

It seems like tsx is a wrapper around tsc for easy compile+run workflow.

tsz seems to be a compiler, a replacement for tsc

Seems like tsx is a wrapper around esbuild, not tsc.