Files
backend-data-contracts/buf.gen.yaml
Fred Boniface a17e7a5290
All checks were successful
Generate and Release Protos / release (push) Successful in 22s
Update buf.gen.yaml
2026-01-07 15:59:19 +00:00

18 lines
432 B
YAML

version: v2
managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/owlboard/backend-data-contracts
plugins:
- local: protoc-gen-go
out: gen/go
opt: paths=source_relative
- local: ./node_modules/ts-proto/protoc-gen-ts_proto
out: gen/ts
opt:
- esModuleInterop=true
- outputJsonMethods=true
- forceLong=string
- importSuffix=.js
- outputExtensions=true