Skip to content

Files

Latest commit

aebe91e · Aug 27, 2023

History

History
This branch is 2 commits ahead of, 3 commits behind bcherny/json-schema-to-typescript:master.

example

json-schema-to-typescript example

How to run the demo

# Using Yarn:
yarn
yarn build

# Or, using NPM:
npm install
npm run build

This will compile the example index.ts to JavaScript, and generate person.d.ts from person.json.