UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

9 lines (7 loc) 158 B
import { defineConfig } from "tsdown"; export default defineConfig({ dts: true, entry: ["./index.ts"], exports: true, globalName: "jlib" });