UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

10 lines 339 B
import { CompilerOptions } from "../core/options.js"; export declare const serverOptions: CompilerOptions; /** * Time in milliseconds to wait after a file change before recompiling. */ export declare const UPDATE_DEBOUNCE_TIME = 200; export declare const Commands: { APPLY_CODE_FIX: string; }; //# sourceMappingURL=constants.d.ts.map