Interface: ProjectGraphProjectNode

A node describing a project in a workspace

Table of contents

Properties

  • data: ProjectConfiguration & Object
  • name: string
  • type: "lib" | "app" | "e2e"

Properties

data

data: ProjectConfiguration & { description?: string }

Additional metadata about a project


name

name: string


type

type: "lib" | "app" | "e2e"