json-typedef-infer
json-typedef-infer copied to clipboard
Control the generated filename(s)
I use jtd-codegen (version 0.4.1) to generate TypeScript code. This results in a file index.ts. Is there a way to control the generated filename(s)? I run jtd-codegen for multiple json typedef files and I would like to place the output in one directory -- hence calling all index.ts does not work.