duffman / tspath

TypeScript path alias resolver
GNU Lesser General Public License v2.1
151 stars 33 forks source link

Fix for Mappings Outside of Source Directory #47

Open DiefBell opened 2 years ago

DiefBell commented 2 years ago

Wasn't working if a mapping pointed to a directory outside of the source directory, fixed by using a different approach for paths.

Branched off the branch from my PR here: https://github.com/duffman/tspath/pull/46