1# buf.gen.yaml defines a local generation template.
2# For details, see https://buf.build/docs/configuration/v2/buf-gen-yaml
3version: v2
4
5plugins:
6 - local: protoc-gen-es
7 out: gen/ts
8 opt:
9 - target=ts
10 - import_extension=.ts
11 include_imports: true