Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 656 Bytes

ProjectTargetConfigurator.md

File metadata and controls

21 lines (12 loc) · 656 Bytes

Type alias: ProjectTargetConfigurator

Ƭ ProjectTargetConfigurator: (file: string) => Record<string, TargetConfiguration>

Deprecated

Add targets to the projects in a CreateNodes function instead. This will be removed in Nx 19

Type declaration

▸ (file): Record<string, TargetConfiguration>

Parameters
Name Type
file string
Returns

Record<string, TargetConfiguration>