Files
zitadel/buf.gen.yaml
2023-04-04 10:28:48 +02:00

16 lines
321 B
YAML

# buf.gen.yaml
version: v1
managed:
enabled: true
plugins:
- name: ts
strategy: all
path: node_modules/ts-proto/protoc-gen-ts_proto
out: lib/grpc
opt:
- esModuleInterop=true
- env=node
- outputServices=nice-grpc
- outputServices=generic-definitions
- useExactTypes=false