|
|
|
|
|
by austin-cheney
20 days ago
|
|
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. |
|