interface CompilerOptions {
    enabled: boolean;
    warpTimer: boolean;
}

Properties

Properties

enabled: boolean
warpTimer: boolean