interface DecoratorsPluginOptions {
    allowCallParenthesized?: boolean;
    decoratorsBeforeExport?: boolean;
}

Properties

allowCallParenthesized?: boolean
decoratorsBeforeExport?: boolean