Skip to content

PreResolutionOptions

type PreResolutionOptions = Partial<{
currentLockfile: string;
existsCurrentLockfile: boolean;
existsNonEmptyWantedLockfile: boolean;
lockfileDir: string;
registries: Record<string, string>;
storeDir: string;
wantedLockfile: string;
}>;

Defined in: types.ts:67

https://pnpm.io/pnpmfile#arguments-3