Replies: 1 comment
-
Nevermind, found it. Seems iike |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
I end up with
myFile_grpc_pb.d.ts
andmyFile_pb.d.ts
in mygenerated
folder (no js files though), but not with the desiredmyFile.ts
. I think somehowprotoc
utilizes some other plugins I was using before (not sure which one, though, since it was quite some back and forward over some years). Does anybody have an idea whyprotoc_gen_ts
isn't invoked properly?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions