TypeScript is a programming language developed and maintained by Microsoft. It extends JavaScript by adding optional static typing, making it a strict syntactical superset of JavaScript. This means that any valid JavaScript code is also TypeScript code, but TypeScript allows for the specification o…