UNPKG

@rushstack/lockfile-explorer

Version:

Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo

12 lines 383 B
import type { IJsonLfxWorkspace } from '../../build/lfx-shared'; export interface IAppState { lockfileExplorerProjectRoot: string; currentWorkingDirectory: string; projectRoot: string; pnpmLockfileLocation: string; pnpmfileLocation: string; appVersion: string; debugMode: boolean; lfxWorkspace: IJsonLfxWorkspace; } //# sourceMappingURL=index.d.ts.map