TypeScript adds static types to JavaScript, catching errors at build time and powering editor features like autocomplete, refactors, and inline documentation.
npm install --save-dev typescriptTypeScript 5.9 continues the push toward faster type-checking on large codebases, refines decorator support to match the finalized ECMAScript proposal, and improves inference for common generic patterns.