rxjs
rxjs copied to clipboard
update tsconfig
Description:
Update @types/node and add some recommended options to tsconfig, including turning on noImplicitOverride, and following changes in upstream Angular defaults https://github.com/angular/angular-cli/pull/27988
Also fix this compile error that shows up with newer tsc versions:
error TS2345: Argument of type '{ default: ChaiPlugin; }' is not assignable to parameter of type 'ChaiPlugin'.
Type '{ default: ChaiPlugin; }' provides no match for the signature '(chai: ChaiStatic, utils: ChaiUtils): void'.
BREAKING CHANGE:
Related issue (if exists):