nx/docs/generated/devkit/ProjectTargetConfigurator.md
2023-12-13 16:49:46 +01:00

656 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