Thread
Stories related to "TypeScript 2.1: Improved Inference for Literal Types" across the full archive.
As a TypeScript developer, I often found myself wishing the type system could do more—*especially when omitting or modifying deeply nested properties* inside complex objects and arrays.<p>For instance, what if I want to remove a deeply nested field like `user.profile.email` and also something like `...