Y
Hacker News
new
|
ask
|
show
|
jobs
by
ChristianBundy
2824 days ago
How are they running TypeScript in the browser without transpiling?
1 comments
untog
2824 days ago
You transpile TS at build time, i.e. when the library itself is built, not when your project is built.
link