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

fix: don't join absolute paths with baseUrl #184

Closed npdev453 closed 2 years ago

npdev453 commented 2 years ago

fixes:

181

jonaskello commented 2 years ago

@npdev453 Could you also add an entry for this PR in the CHANGELOG under unreleased heading ? With that it should be good to merge.

npdev453 commented 2 years ago

@npdev453 Could you also add an entry for this PR in the CHANGELOG under unreleased heading ? With that it should be good to merge.

Done.

jonaskello commented 2 years ago

@aleclarson I think this PR made some tests fail. Not sure if the tests are invalid or if something needs to be fixed. Could you take a look at it or perhaps we should just revert this PR?