rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

update tsconfig

Open dynst opened this issue 2 months ago • 0 comments

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):

dynst avatar Oct 25 '25 17:10 dynst