DEV Community

Discussion on: Migrating to TypeScript, Part 1: Introduction and getting started

Collapse
 
simonholm15 profile image
Simon Holm

typescript is awesome!

I recommend:
ts-node (if you want to run node and write typescript) github.com/TypeStrong/ts-node

Create React App with --typescript (if you want to give React with typescript a try) facebook.github.io/create-react-ap...

Typescript can scare you at first with errors and warnings all over the show! You can tweak and adjust almost everything until its to your liking. It's worth the effort.

edit and tweak:
tsconfig.json
tslint.json

If you code in VSCODE check out the plugins
marketplace.visualstudio.com/items...
marketplace.visualstudio.com/items...