YAML support in cli doesn't work
p2004a opened this issue · 1 comments
p2004a commented
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.
bcherny commented
Fixed in v14.0.5.