nx/docs/generated/devkit/ProjectTargetConfigurator.md
2023-10-11 17:00:03 +02:00

653 B

Type alias: ProjectTargetConfigurator

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

Type declaration

▸ (file): Record<string, TargetConfiguration>

Parameters
Name Type
file string
Returns

Record<string, TargetConfiguration>

Deprecated

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