2021-07-30 15:12:28 -07:00
|
|
|
version: v1beta1
|
|
|
|
plugins:
|
2021-08-02 05:09:14 -07:00
|
|
|
- name: tsproto
|
2022-07-12 08:04:11 -07:00
|
|
|
out: sdk/js-proto-web/src
|
2021-08-02 05:09:14 -07:00
|
|
|
path: tools/node_modules/.bin/protoc-gen-ts_proto
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
2021-08-02 05:40:33 -07:00
|
|
|
- esModuleInterop=true
|
|
|
|
- env=browser
|
|
|
|
- forceLong=string
|
|
|
|
- outputClientImpl=grpc-web
|
2021-12-05 04:26:12 -08:00
|
|
|
- name: tsproto
|
2022-07-12 08:04:11 -07:00
|
|
|
out: sdk/js-proto-node/src
|
2021-12-05 04:26:12 -08:00
|
|
|
path: tools/node_modules/.bin/protoc-gen-ts_proto
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
|
|
|
- esModuleInterop=true
|
|
|
|
- env=node
|
|
|
|
- forceLong=string
|
|
|
|
- outputServices=grpc-js
|