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
NameType
filestring
Returns

Record<string, TargetConfiguration>