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

Add support for extends as array of strings to v3 (backport of #245) #260

Closed domdomegg closed 8 months ago

domdomegg commented 9 months ago

TypeScript 5.0 added support for defining "extends" as an array of strings. This commit adds support for this use case.

This is a backport of #245, which fixes:

This should be releasable as a minor version, e.g. 3.15.0

ljharb commented 9 months ago

Landing and releasing this would be amazing, and would enable the feature for 81% of this package's users https://majors.nullvoxpopuli.com/q?old=on&packages=tsconfig-paths

ljharb commented 8 months ago

cc @jonaskello

nonameolsson commented 8 months ago

Looking forward to this! Here is why https://github.com/import-js/eslint-plugin-import/issues/2938#issuecomment-1852351268

jonaskello commented 8 months ago

Since #245 seems to be working I think we can merge this.

jonaskello commented 8 months ago

Released in 3.15.0