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
Note: That repro is not my real use case, but it succinctly demonstrates the problem. My real use case involves the linked dependency using compilerOptions.paths to resolve a sub-dependency.
Expected behavior:
The dependency's tsconfig.json should be used, because the main module has a .ts extension.
Actual behavior:
The parent's tsconfig.json is used instead, resulting in a compiler error.