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

standalone usage such as `tscpaths` #263

Closed y-nk closed 7 months ago

y-nk commented 8 months ago

is there a way to use this lib to scan all .js of a given folder and apply path transformation at it? i'd rather have paths written in file rather than using a loader, even though i understand it would mean the same thing.

y-nk commented 7 months ago

🤷