CommonDirectiveTransformerOptions
CommonDirectiveTransformerOptions
Directive transformer plugin options
Signature
type CommonDirectiveTransformerOptions = DirectiveTransformerOptions & {
/**
* Whether the directive transformer is enabled.
* Defaults to true.
*/
enabled?: boolean;
}