Options
ts
type Options = Partial<{
clean: | boolean
| WithEnabled<CleanOption>;
exports: boolean;
override: PackageJson;
}>;Defined in: types.ts:37
Options for the plugin, which can be used to configure its behavior. Each option can be either a boolean to enable/disable the feature or an Object with additional configuration.
Since
1.0.0
Author
Simon Kovtyk