UNPKG

@typespec/json-schema

Version:

TypeSpec library for emitting TypeSpec to JSON Schema and converting JSON Schema to TypeSpec

6 lines 276 B
import { createTestLibrary, findTestPackageRoot, } from "@typespec/compiler/testing"; export const JsonSchemaTestLibrary = createTestLibrary({ name: "@typespec/json-schema", packageRoot: await findTestPackageRoot(import.meta.url), }); //# sourceMappingURL=index.js.map