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
import type { foo } from 'bar.js';
function(a: foo) {
...
}
When I try to jump to definition on foo in the function it takes my cursor up to the import statement instead of opening the file bar.js and taking me to the definition of foo.