Hacker News new | ask | show | jobs
by mmoskal 710 days ago
I think most bundlers can handle TS nowadays so you don't actually need tsc.
1 comments

Technically you still need tsc or an alternative TypeScript compiler like swc, but bundlers sometimes include them in their own dependencies so you don’t have to think about it.