nx/docs/generated/devkit/ProjectTargetConfigurator.md
Craigory Coppola a7cf272d1f
feat(core): add api for v2 of project project graph plugins (#18032)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-10 14:58:29 -04:00

653 B

Type alias: ProjectTargetConfigurator

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

Type declaration

▸ (file): Record<string, TargetConfiguration>

Deprecated

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

Parameters
Name Type
file string
Returns

Record<string, TargetConfiguration>