What is Typescript?

What is Typescript?

TypeScript is a superset of JavaScript. It starts from the same JavaScript code you’re probably familiar with, and it compiles to JavaScript. TypeScript offers the ability to add static types to your Javascript code. Static typing allows you to catch errors easier in the debugging process.