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