Skip to content

typescript-schema-generator/typescript-schema-generator

Repository files navigation

TypeScript Schema Generator

License: MIT Codacy Badge

Typescript Schema Generator logo

The core package of this mono repository is responsible for rendering TypeScript types and therefore entire schemas.

Development Prerequisites

  • Make sure you have the Node.js runtime installed.
  • Make sure you are using Node.js version 18. A simple way to switch versions is with the npm package n.
npm install --global n
sudo n 18