Type alias: DynamicDependency

Ƭ DynamicDependency: Object

A dynamic ProjectGraph dependency between 2 projects

This type of dependency indicates the source project MAY OR MAY NOT load the target project.

Type declaration

NameTypeDescription
sourcestringThe name of a ProjectGraphProjectNode depending on the target project
sourceFilestringThe path of a file (relative from the workspace root) where the dependency is made
targetstringThe name of a ProjectGraphProjectNode that the source project depends on
typetypeof dynamic-