TypeScript supports exhaustiveness checking for enums and similar types. This blog post shows how to use idiomatic JavaScript for this kind of check. (more…)
Read more »
Today we’re announcing the Release Candidate for TypeScript 3.8! Between this RC and our final release, we expect no changes apart from critical bug fixes.
To get started using the RC, you can get it through NuGet, or through npm with the following comman... (more…)
Read more »
TypeScript 2.1 improves inference for literal types. Constant variables and read-only properties with literal initializers are now inferred to be of a literal type.
Read more »
Build OpenAPI-compliant REST APIs using TypeScript and Node - lukeautry/tsoa... (more…)
Read more »
Hey folks, we’re happy to announce that a fresh re-write of the TypeScript Handbook is out of beta and is now our website’s primary resource for learning TypeScript! Read the handbook on Web / Epub / PDF In the last year,... (more…)
Read more »