You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I use
jtd-codegen
(version 0.4.1) to generate TypeScript code. This results in a fileindex.ts
. Is there a way to control the generated filename(s)? I runjtd-codegen
for multiple json typedef files and I would like to place the output in one directory -- hence calling allindex.ts
does not work.The text was updated successfully, but these errors were encountered: