Announcing the new TypeScript Website

Learn about the new version of the TypeScript website, built from scratch with improvements to the handbook, playground and a new tsconfig.json reference. Read more

Similar

More advanced types with TypeScript generics

Previously, we’ve discussed the basics of TypeScript Generics. This time, we take them to a higher level. In this article, we learn about index types. To do so, we also explore union types, the keyof keyword, and string literal types. Today we also learn ... (more…)

Read more »

TypeScript 3.7 RC

We’re pleased to announce TypeScript 3.7 RC, the release candidate of TypeScript 3.7. Between now and the final release, we expect no further changes except for critical bug fixes. To get started using the RC, you can get it through NuGet,... (more…)

Read more »