Closed
Description
TypeScript Version: 3.0.0-dev.201xxxxx
Search Terms:
Code
// node_module/xxx/lib/index.d.ts
export declare a: number;
// src/a.ts
a/*here*/
Expected behavior:
insert the code: import { a } from 'xxx'
Actual behavior:
insert the code: import { a } from 'xxx/lib'
Playground Link:
Related Issues: