TypeScript is an open-source language developed Microsoft. It’s a statically-typed superset of JavaScript that compiles to plain JavaScript.
It runs on any browser, host, and operating system.
It means all valid JavaScript code is also TypeScript code. It offers advanced features such as IntelliSense, code completion, safe refactorings, etc.