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'm using a wildcard pattern to generate typescript from my avro files, and have some folder structuring to organize these files. I would like to be able to output to a particular directory but then maintain that structure underneath the output directory. From what I can tell, this isn't possible.
Moreover, if your files happen to refer to each other, the generated file do import from subfolders, whereas files are placed in single folder, so that generates invalid configuration.
I'm using a wildcard pattern to generate typescript from my avro files, and have some folder structuring to organize these files. I would like to be able to output to a particular directory but then maintain that structure underneath the output directory. From what I can tell, this isn't possible.
Example:
Output:
It would be nice to have some way of maintaining the source structure and ending up with something like this:
The text was updated successfully, but these errors were encountered: