A superset of JavaScript that is statically typed. Offers:
- Type annotations
- Interfaces
- Enhanced tooling Allows for more robust code. Checks errors at compile time.
It cannot run on the browser by default, it must be transpiled using tsc
down to javascript first.
Installation
sudo npm i -g typescript