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

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.