tsconfig-paths doesn't follow regular paths resolution (#101)
I can provide a minimal repo, but nevertheless, tsc will not append baseUrl to the path mapping that is absolute
This change is "breaking" change for someone that was using absolute mappings, but as the absolute mappings were not working as expected, it is not highly likely that it will really break anyone's code.
Still, there might be a good idea to make it possible to enable the legacy mode (I can extend the PR) or, even keep the legacy mode as default (since I think the current mode is a bug, I suggest against this idea if possible?)
tsconfig-paths doesn't follow regular
paths
resolution (#101) I can provide a minimal repo, but nevertheless,tsc
will not appendbaseUrl
to the path mapping that is absoluteThis change is "breaking" change for someone that was using absolute mappings, but as the absolute mappings were not working as expected, it is not highly likely that it will really break anyone's code.
Still, there might be a good idea to make it possible to enable the legacy mode (I can extend the PR) or, even keep the legacy mode as default (since I think the current mode is a bug, I suggest against this idea if possible?)