Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 243 Bytes

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.