Last modified: Jan 28, 2026

TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TypeScript logo
TypeScript logo

TypeScript is compiled to JavaScript, so the client never executes the TypeScript code. TypeScript helps developers avoid bugs when changing the types of variables.