# node-ts-to-jsonschema [![semantic release](https://github.com/reggi/node-ts-to-jsonschema/workflows/semantic%20release/badge.svg)](https://github.com/reggi/node-ts-to-jsonschema/actions?query=workflow%3A%22semantic+release%22) [![coverage](https://github.com/reggi/node-ts-to-jsonschema/workflows/coverage/badge.svg)](https://reggi.github.io/node-ts-to-jsonschema/) [![npm](https://badge.fury.io/js/ts-to-jsonschema.svg)](https://www.npmjs.com/package/ts-to-jsonschema) Converts TS interfaces to JSONSchema for use with react-jsonschema-form. ## Install ``` npm install ts-to-jsonschema ```