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.
TypeScript 5.0 allows the
extendsfield 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.