2018 Sun Dec 9
- VSCode defaults to using its own built in TypeSript. Does not use the one a project has installed (aka. workspace). Can be configured to.
Omitcan be derived fromExcludebut is not part of the TypeScript utility types stdlib.Excludeworks on sets likea | b | cwhileOmitremoves fields from an object. This and many other utility implementations can be found at https://github.com/piotrwitek/utility-type.