Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.