Skip to content

Instantly share code, notes, and snippets.

@LeeDDHH
Created May 16, 2021 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeeDDHH/7ded231f62b5c04a329b6f91db70cc35 to your computer and use it in GitHub Desktop.
Save LeeDDHH/7ded231f62b5c04a329b6f91db70cc35 to your computer and use it in GitHub Desktop.
typescript-json-schema使い方

ローカルインストール

yarn add -D typescript-json-schema

ローカルプロジェクト内で実行

npx typescript-json-schema --strictNullChecks true --noExtraProps true --ignoreErrors true ./src/data/validate/alias.ts AliasDataSchema > ./src/data/validate/AliasDataSchema.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment