Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
Superset of Javascript
Compiles to plain JavaScript
Strongly Typed
Class based Object-Oriantation
Handbook -
Playground -
Typescript Demo with Webpack -
install TypeScript
plugin using sublime package manager. use Ctrl + B
to compile typescript file.
it also help in code completion...
Also you want to install sublime text 3 tslint
to get immediate error notification.
in webpack.config.js include ts-loader
...
now we can use typescript like below...