Skip to content
AI Monorepos Free online conference · June 23 Join us!

getOutputsForTargetAndConfiguration(task, node): string[]

NameType
taskTask
nodeProjectGraphProjectNode

string[]

Deprecated

Pass the target and overrides instead. This will be removed in v20.

getOutputsForTargetAndConfiguration(target, overrides, node): string[]

NameType
targetTask | TaskTarget
overridesRecord<string, unknown> | ProjectGraphProjectNode
nodeProjectGraphProjectNode

string[]