Interface: ProjectGraphDependencyWithFile
A ProjectGraph dependency between 2 projects Optional: Specifies a file from where the dependency is made
Table of contents
Properties
- dependencyType: DependencyType
- source: string
- sourceFile: string
- target: string
Properties
dependencyType
• dependencyType: DependencyType
The type of dependency
source
• source: string
The name of a ProjectGraphProjectNode or ProjectGraphExternalNode depending on the target project
sourceFile
• Optional
sourceFile: string
The path of a file (relative from the workspace root) where the dependency is made
target
• target: string
The name of a ProjectGraphProjectNode or ProjectGraphExternalNode that the source project depends on