DEV Community

Discussion on: Thank you TypeScript!

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.