DEV Community

Discussion on: Thank you TypeScript!

Collapse
 
remojansen profile image
Remo H. Jansen

Thanks for the feedback, I will think about it and try to put something together.

Collapse
 
robbiegm profile image
RobbieGM

Install VScode and ts-node, then simply run ts-node in place of node for any .ts file. Make sure you have a tsconfig.json and tslint.json file as well and refer to TypeScript’s getting started page.