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

Export ConfigLoaderParams in package #220

Open djsavvy opened 2 years ago

djsavvy commented 2 years ago

This PR adds no new functionality, but exports some more types and functions, which can help with better typing in downstream packages.

aleclarson commented 2 years ago

How does exporting configLoader and tsconfigLoader help you?