bcherny/json-schema-to-typescript

cli: --style.singleQuote false throws a type error

Open

#199 opened on Nov 9, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (449 forks)github user discovery
bugcligood first issuehelp wanted

Repository metrics

Stars
 (3,302 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

running json2ts --style.singleQuote false will throw

Error: Invalid `"singleQuote"` value. Expected a boolean, but received `"false"`.

Contributor guide