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 am writing a custom rpc mechanism and wanted to use the protoc-gen-ts to generate message definitions.
Since I don't want to use grpc I only want to generate messages no services.
Adding another parameter like no_services or no_grpc would be nice :)