UNPKG

253 BTypeScriptView Raw
1/**
2 * Generate Markdown documentation from JSON Schema files.
3 *
4 * Note that this script requires `public/*.schema.json`
5 * and `./types.ts` files. To generate those:
6 *
7 * npm run build:jsonschema
8 * npm run build:ts
9 */
10export {};