Skip to content

Typescript 3.5

Administrator requested to merge typescript-3.5 into master

Created by: lguychard

  • Use latest Typescript release 3.5.1 instead of an -rc version
  • Use builtin Omit<> helper type (instead of importing it from utility-types)
  • Refactor Pick<T, Exclude<keyof T, 'someKey'>> to use Omit<> where applicable

Merge request reports

Loading