What is TypeScript?
TypeScript is a programming language developed by Microsoft that extends JavaScript with static typing. It compiles to standard JavaScript and runs anywhere JavaScript runs. TypeScript helps catch errors during development, provides better tooling support, and makes code more maintainable.

