Interface: ProjectGraph

A Graph of projects in the workspace and dependencies between them

Table of contents

Properties

Properties

dependencies

โ€ข dependencies: Record<string, ProjectGraphDependency[]>


externalNodes

โ€ข Optional externalNodes: Record<string, ProjectGraphExternalNode>


nodes

โ€ข nodes: Record<string, ProjectGraphProjectNode>


version

โ€ข Optional version: string