bcherny/json-schema-to-typescript

YAML support in cli doesn't work

Closed this issue · 1 comments

Readme specifies that you can run json2ts foo.yaml foo.d.ts but that doesn't work, because cli is not using compileFromFile: https://github.com/bcherny/json-schema-to-typescript/blob/master/src/cli.ts#L128-L131.

Fixed in v14.0.5.