With TS 2.9 I now can write ``` /** * @typedef {import("./dir/file1").exportedType} typeAlias */ ``` We should provide support for completing the file paths parameters for `import` the same way we do for `require`.