TypeScript is a typed superset of JavaScript developed by Microsoft. It adds static type checking, which catches many errors before your code runs. TypeScript compiles to plain JavaScript and runs anywhere JavaScript runs.
TypeScript is now used by default in most modern frameworks including Angular, Next.js, and Deno.