Type alias: ImplicitDependency

Ƭ ImplicitDependency: Object

An implicit ProjectGraph dependency between 2 projects

This type of dependency indicates a connection without an explicit reference in code

Type declaration

NameTypeDescription
sourcestringThe name of a ProjectGraphProjectNode depending on the target project
targetstringThe name of a ProjectGraphProjectNode that the source project depends on
typetypeof implicit-