You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(typescript): update to typescript 4.3.5 (#3103)
update typescript to v4.3.5
add type annotations to methods that have an implicit any type in TS 4.3 - for more information, see microsoft/TypeScript#26623
map TS 4.3+ `JSDocTagInfo` to `CompilerJsDocTagInfo` - for more information, see microsoft/TypeScript#43312
add type guard for `TestingSystem`. in TS 4.3, `Object.defineProperties` is now generic, and returns the same type `T` as it's first argument. adding a typeguard allows consumers of this method to ensure they're receiving a `TestingSystem` object
enable `noImplicitOverride` compiler flag
0 commit comments