Make all properties in T optional

interface GeneratedCodeOptions {
    arrowFunctions?: boolean;
    constBindings?: boolean;
    objectShorthand?: boolean;
    preset?: GeneratedCodePreset;
    reservedNamesAsProps?: boolean;
    symbols?: boolean;
}

Hierarchy (view full)

Properties

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