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
TypeScript 5.0 allows the extends field of a tsconfig to be an array now (see the announcement).
I just tried migrating a monorepo that uses tsconfig-paths-webpack-plugin and found that this is a blocker. Looking at the code, it'll require a few non-trivial changes, so I'm opening this issue.
The text was updated successfully, but these errors were encountered:
TypeScript 5.0 allows the
extends
field of a tsconfig to be an array now (see the announcement).I just tried migrating a monorepo that uses tsconfig-paths-webpack-plugin and found that this is a blocker. Looking at the code, it'll require a few non-trivial changes, so I'm opening this issue.
The text was updated successfully, but these errors were encountered: