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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
I'm using javascript-typescript-langserver in atom via ide-typescript.
The module resolution does not seem to pick up types that are installed in parent directories. This happens usually in monorepos when common dependencies get hoisted to the top level's node_module folder.
I made a repro repo. The file imports debug, but debug ist installed to directories further up the dir tree: