Documentation
    Preparing search index...
    interface RootWorkspacePackage {
        packageJson: PackageJson;
        packageJsonPath: string;
        packageKind: "root";
        packagePath: string;
        packagePathFromRootPackage: ".";
        workspacePackagePatterns: string[];
    }

    Hierarchy

    • BaseWorkspacePackage
      • RootWorkspacePackage
    Index

    Properties

    packageJson: PackageJson
    packageJsonPath: string
    packageKind: "root"
    packagePath: string
    packagePathFromRootPackage: "."
    workspacePackagePatterns: string[]

    the workspaces field joined together with the pnpm workspace files values.

    ? This whole layer can be removed when pnpm stops supporting it's own ? workspaces property and rely entirely on what's in the packageJson