Skip to content

Commit

Permalink
Merge pull request #134 from amari/grpc_node_ts_plugin-fixes
Browse files Browse the repository at this point in the history
Fix imports of .d.ts definitions for JS gRPC rules
  • Loading branch information
aaliddell authored Sep 14, 2021
2 parents 97ea001 + b69521d commit 47a2a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ proto_plugin(
empty_template = "empty.template",
options = [
"service=grpc-node",
"mode=grpc-js",
],
outputs = ["{protopath}_grpc_pb.d.ts"],
tool = "@npm//ts-protoc-gen/bin:protoc-gen-ts",
Expand Down

0 comments on commit 47a2a38

Please sign in to comment.