Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Files

Latest commit

ecff4ec · May 2, 2020

History

History
This branch is 122 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.