dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support TypeScript 5.0's extends array

DanielSidhion opened this issue · comments

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.

+1