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