DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / cachedModuleResolution7.types
12345678
=== /a/b/c/lib.ts === import {x} from "foo"; >x : any === /a/b/c/d/e/app.ts === import {x} from "foo"; >x : any