TypeScript is an open-source programming language developed and maintained by Microsoft.
TypeScript adds Type support to JavaScript, which makes sure type checking is done resulting in fewer bugs, adds autocomplete supports in the TypeScript editor, supports Object Orientation and structuring and packing of the code, etc.
The code written in TypeScript transpiles to JavaScript by TSC i.e. TypeScript Compiler.
The easiest way to install TSC is to install it as a Node.js package using NPM…
Continue Reading Nishant Rana’s Article on their blog
Getting started with TypeScript – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission