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