@bcherny thanks for this wonderful tool
paths in the target paramters works like charm, but paths in the source paramters (the place where the json-schema is located) doesnt work.
Examples:
- works:
json2ts my-jsonschema-file.json ../frontend/src/schemas/my-jsonschema-file.d.ts
- give failures:
json2ts ~/my-jsonschema-file.json ../frontend/src/schemas/my-jsonschema-file.d.ts