Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 282 Bytes

TS 2 JSON Schema

Web page that converts typescript definitions into json schemas, using ts-json-schema-generator under the hood.

Local Usage

npm ci
npm run dev --workspace=frontend
npm run start --workspace=server