UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

16 lines 382 B
export const serverOptions = { dryRun: true, designTimeBuild: true, parseOptions: { comments: true, docs: true, }, }; /** * Time in milliseconds to wait after a file change before recompiling. */ export const UPDATE_DEBOUNCE_TIME = 200; export const Commands = { APPLY_CODE_FIX: "typespec.applyCodeFix", }; //# sourceMappingURL=constants.js.map