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.
In the angular repo run gulp build.js
copy over the output from dist/bundle
to local bundle dir.
The typings in typings/angular2/
are partially autogenerated, partially hand
written. All the symbols should be present, but probably have wrong paramaters
and missing members. Modify them as you go.
We have good experience using these editors: