typescript-json-schema

v0.20.0
typescript-json-schema generates JSON Schema files from your Typescript sources
typescript json forms jsonschema schema

run

ts-node typescript-json-schema.ts

lint

tslint --project tsconfig.json -c tslint.json --type-check --exclude '**/*.d.ts'

test

npm run build && mocha -t 5000 --require source-map-support/register test

build

tsc -p .

debug

ts-node --inspect=19248 --debug-brk typescript-json-schema.ts

Metadata

  • Unknown
  • Whatever
  • Yousef El-Dardiry and Dominik Moritz
  • released 11/24/2017

Downloads