UNPKG

@pnpm/cli-utils

Version:
10 lines (9 loc) 383 B
import { type CliOptions, type Config } from '@pnpm/config'; export declare function getConfig(cliOptions: CliOptions, opts: { excludeReporter: boolean; globalDirShouldAllowWrite?: boolean; rcOptionsTypes: Record<string, unknown>; workspaceDir: string | undefined; checkUnknownSetting?: boolean; ignoreNonAuthSettingsFromLocal?: boolean; }): Promise<Config>;