You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't fully understand how this library works, but a part of my project uses this lib to change the tsconfig. It changes all the items in the paths array, by replacing .ts with .js, then registers them with the baseUrl dist. This works well if in the original tsconfig the baseUrl value is not set. However, for a different part of my app, I need the baseUrl to be set to ./. In this case, the code that previously used this lib throws an error that it cannot find my tsconfig file. Is this issue related to this library at all, or is there a way to override the previous baseUrl?
The text was updated successfully, but these errors were encountered:
Tschonti
changed the title
register can't override bseURL
register can't override baseURL
Jul 17, 2023
I don't fully understand how this library works, but a part of my project uses this lib to change the tsconfig. It changes all the items in the paths array, by replacing
.ts
with.js
, then registers them with the baseUrldist
. This works well if in the original tsconfig the baseUrl value is not set. However, for a different part of my app, I need the baseUrl to be set to./
. In this case, the code that previously used this lib throws an error that it cannot find my tsconfig file. Is this issue related to this library at all, or is there a way to override the previous baseUrl?The text was updated successfully, but these errors were encountered: