Skip to content

ImportPackageOptions

type ImportPackageOptions = Partial<{
disableRelinkLocalDirDeps: boolean;
filesMap: Record<string, string>;
force: boolean;
keepModulesDir: boolean;
resolvedFrom: string;
}>;

Defined in: types.ts:18