Closed KaiSpencer closed 4 months ago
Hey @kettanaito,
Thanks for the review.
I have updated the tsconfig files to all inherit from the typings tsconfig.json
(which the old 4.7.json was extending itself).
I see we also don't have a file for 4.9, yet it is in the matrix. So I have added this file too.
I treat this as a fix because TS 4.7 is EOL, nobody should be using it. If they are, it doesn't mean MSW will break, just means we won't address any type issues on that version going forward.
This has been released in v2.3.2!
Make sure to always update to the latest version (npm i msw@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
Build and tests pass locally for me 👌