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 20
Type declaration
▸ (file
): Record
<string
, TargetConfiguration
>
Parameters
Name | Type |
---|---|
file | string |
Returns
Record
<string
, TargetConfiguration
>