The TypeScript MSBuild task, and matching compiler version.| www.nuget.org
Today we are excited to announce the availability of the release candidate of TypeScript 5.5. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s new in TypeScript 5.5! Inferred Type Predicates Control Flow Narrowing for […]| TypeScript
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript. Latest version: 29.2.5, last published: 5 months ago. Start using ts-jest in your project by running `npm i ts-jest`. There are 3907 other projects in the npm registry using ts-jest.| npm
Over the past few months I became a TypeScript contributor and implemented a new feature, type predicate inference, that should be one of the headliners for TypeScript 5.5. This post tells the story of how that happened: why I wanted to contribute to TypeScript, the journey to implementing the feature and getting the PR merged, and what I've learned along the way. This is not a short read, but it will give you a good sense of what it's like to become a TypeScript contributor and develop a new...| effectivetypescript.com
Understand how TypeScript uses JavaScript knowledge to reduce the amount of type syntax in your projects.| www.typescriptlang.org