nx/docs/generated/devkit/ExpandedPluginConfiguration.md
Colum Ferry 25eeddc338
feat(testing): add playwright generator to convert from executors to plugin (#22784)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2024-04-24 09:06:23 -04:00

19 lines
378 B
Markdown

# Type alias: ExpandedPluginConfiguration\<T\>
Ƭ **ExpandedPluginConfiguration**\<`T`\>: `Object`
#### Type parameters
| Name | Type |
| :--- | :-------- |
| `T` | `unknown` |
#### Type declaration
| Name | Type |
| :--------- | :--------- |
| `exclude?` | `string`[] |
| `include?` | `string`[] |
| `options?` | `T` |
| `plugin` | `string` |