dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.8k stars 100 forks source link

Support TypeScript 5.0's extends array #244

Closed DanielSidhion closed 1 year ago

DanielSidhion commented 1 year ago

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.

icedcrow commented 1 year ago

+1