Repro: ```ts // @Filename: a.ts interface Foo {} // @Filename: b.ts import { Foo } from './a'; ```