interface Option {
    force?: boolean;
}

Properties

Properties

force?: boolean

force; When force is false, if a compilation error is reported after modification, the modification will be rolled back