A library that transforms JSON schema to TypeScript definitions. Forked from https://github.com/bcherny/json-schema-to-typescript.
See Documentation.
Some changes are made to this repo:
- Switched to ESM (ESM-only)
- Use a bundler (
tsup
) - Dropped some dependencies