Closed zorji closed 2 years ago
https://github.com/dividab/tsconfig-paths/pull/106 added support for tsconfig extends from paths relative to node_modules.
However, when paths relative to node_modules is used, the baseUrl is not build correctly. This patch fixes the baseUrl.
baseUrl
https://github.com/dividab/tsconfig-paths/pull/106 added support for tsconfig extends from paths relative to node_modules.
However, when paths relative to node_modules is used, the
baseUrl
is not build correctly. This patch fixes thebaseUrl
.