TypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open Source.
The TypeScript website is a great resource for getting started.
Here are some links you may find helpful:
Articles and guides from the community:
Get help from other TypeScript users:
If you have other helpful links to share, or find any of the links above no longer work, please let us know.
This application uses TypeScript classes to create Backbone.js models and views, and jQuery for all DOM manipulation.
To compile the TypeScript in this project, install the dependencies and run the compile
script.
# from examples/typescript-backbone
$ npm run compile
$ open index.html