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 multiple `extends` support to tsconfig v3 #259

Closed domdomegg closed 6 months ago

domdomegg commented 9 months ago

When using TypeScript with an array of values in the extends key, tsconfig v3 fails as this was only added to v4.

Some packages are still dependent on v3, and this is causing issues upstream: https://github.com/import-js/eslint-plugin-import/issues/2890

I plan to raise a PR to backport #245 onto v3