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
ts-node can resolve a tsconfig.json file relative to the entrypoint script. This is great. It seems tsconfig-paths will instead try to use the current working directory. This means that when combining both, different tsconfig paths will be resolved if you are relying on auto-discovery and the entrypoint script is not located in the cwd.
Is this request related to a problem?
When using tsconfig-paths, I have to either provide the project param explicitly or only use entrypoint scripts in my cwd.
The text was updated successfully, but these errors were encountered:
Desired Behavior
ts-node can resolve a tsconfig.json file relative to the entrypoint script. This is great. It seems tsconfig-paths will instead try to use the current working directory. This means that when combining both, different tsconfig paths will be resolved if you are relying on auto-discovery and the entrypoint script is not located in the cwd.
Is this request related to a problem?
When using tsconfig-paths, I have to either provide the project param explicitly or only use entrypoint scripts in my cwd.
The text was updated successfully, but these errors were encountered: