News

The TypeScript team announced the release of TypeScript 4.3, which improves property write types, more explicit overwriting of methods, and several other key additions.
The TypeScript team announced the release of TypeScript 4.1, which includes powerful template literal types, key remapping of mapped types, and recursive conditional types.
Less than two weeks after publishing the TypeScript 2.8 Release Candidate, Microsoft has officially launched it into general availability, bringing conditional types and more.
TypeScript language The TypeScript language accepts JavaScript as valid, but offers the additional options of type annotations, type checking at compile time, classes, and modules.
Next TypeScript release, due February 25, will support a limited form of checking against conditional and indexed acces types in return statements.
Microsoft announced TypeScript 4.5 RC, which includes Nightly-Only ECMAScript Module Support in Node.js, and more.
Microsoft shipped TypeScript 5.8 with improved type checking in some scenarios, but thorny problems caused the dev team to delay related work to the next release.
The Model Context Protocol aims to standardize the connection of external sources to LLMs. A TypeScript example demonstrates its use.