interface NormalizedGeneratedCodeOptions {
    arrowFunctions: boolean;
    constBindings: boolean;
    objectShorthand: boolean;
    reservedNamesAsProps: boolean;
    symbols: boolean;
}

Properties

arrowFunctions: boolean
constBindings: boolean
objectShorthand: boolean
reservedNamesAsProps: boolean
symbols: boolean