22 lines
656 B
Markdown
22 lines
656 B
Markdown
# Type alias: ProjectTargetConfigurator
|
|
|
|
Ƭ **ProjectTargetConfigurator**: (`file`: `string`) => `Record`\<`string`, [`TargetConfiguration`](../../devkit/documents/TargetConfiguration)\>
|
|
|
|
#### Type declaration
|
|
|
|
▸ (`file`): `Record`\<`string`, [`TargetConfiguration`](../../devkit/documents/TargetConfiguration)\>
|
|
|
|
##### Parameters
|
|
|
|
| Name | Type |
|
|
| :----- | :------- |
|
|
| `file` | `string` |
|
|
|
|
##### Returns
|
|
|
|
`Record`\<`string`, [`TargetConfiguration`](../../devkit/documents/TargetConfiguration)\>
|
|
|
|
**`Deprecated`**
|
|
|
|
Add targets to the projects in a [CreateNodes](../../devkit/documents/CreateNodes) function instead. This will be removed in Nx 19
|