Skip to main content

Type Alias: StaticConfiguredPathResolution

type StaticConfiguredPathResolution = Readonly<{
configuredPath: string;
resolutionKind: ResolutionKind;
resolvedPath: string;
}>;

Defined in: _internal/config-paths.ts:18

Resolved static path information extracted from config-authored input.