Hacker News new | ask | show | jobs
by rk06 2824 days ago
As there is no mention of it, it should be available. After all, as you said, Modern mode is a killer feature.
1 comments

How are they running TypeScript in the browser without transpiling?
You transpile TS at build time, i.e. when the library itself is built, not when your project is built.