dividab / tsconfig-paths

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

standalone usage such as `tscpaths` #263

Closed y-nk closed 10 months ago

y-nk commented 11 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 10 months ago

🤷