TypeScript 1.5 beta includes everything you need. Make sure to upgrade, even if you installed TypeScript previously.
$ npm install -g typescript@^1.5.0-beta
$ cd ts-quickstart
$ tsc -w
message TS6042: Compilation complete. Watching for file changes.
We have good experience using these editors:
- Visual Studio Code
- Webstorm 10
- Atom with TypeScript plugin
- Sublime Text with Typescript-Sublime-Plugin
From the directory that contains index.html:
$ node web-server.js
# In a browser, visit localhost:8080/index.html