UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

5 lines 307 B
import type { JSONSchemaType } from "ajv"; import { EmitterOptions, TypeSpecRawConfig } from "./types.js"; export declare const emitterOptionsSchema: JSONSchemaType<EmitterOptions>; export declare const TypeSpecConfigJsonSchema: JSONSchemaType<TypeSpecRawConfig>; //# sourceMappingURL=config-schema.d.ts.map