logoalt Hacker News

austin-cheneytoday at 3:08 AM1 replyview on HN

I write in vanilla TypeScript. I do not have any build step in my application. Since Node now supports native type stripping I don't have a compile step either. I just write my code and then point node at the main file, and this even includes front-end code for the browser.


Replies

thisoneisrealtoday at 3:41 AM

Can you explain more about how the front end aspect works? I'm not clear how the front end code could by TypeScript without a build step, unless I'm misreading.

show 1 reply