buf.gen.web.yaml 519 B

1234567891011121314151617181920
  1. version: v1beta1
  2. plugins:
  3. - name: tsproto
  4. out: sdk/js-proto-web/src
  5. path: tools/node_modules/.bin/protoc-gen-ts_proto
  6. opt:
  7. - paths=source_relative
  8. - esModuleInterop=true
  9. - env=browser
  10. - forceLong=string
  11. - outputClientImpl=grpc-web
  12. - name: tsproto
  13. out: sdk/js-proto-node/src
  14. path: tools/node_modules/.bin/protoc-gen-ts_proto
  15. opt:
  16. - paths=source_relative
  17. - esModuleInterop=true
  18. - env=node
  19. - forceLong=string
  20. - outputServices=grpc-js