DRY Type Checked Encoders and Decoders in TypeScript 2.1 using Mapped Types...
Read more »
Getting TypeScript to find the modules you’re importing can be surprisingly tricky. It is controlled by the moduleResolution configuration option, file exten... (more…)
Read more »
TypeScript checking in JavaScript file in Visual Studio 2017: --checkJs, // @ts-check, // @ts-nocheck, // @ts-ignore... (more…)
Read more »
This PR implements variadic tuple types, i.e. the ability for tuple types to have spreads of generic types that can be replaced with actual elements through type instantiation. The PR effectively i... (more…)
Read more »