16 lines
370 B
YAML
16 lines
370 B
YAML
version: v2
|
|
managed:
|
|
enabled: true
|
|
override:
|
|
- file_option: go_package_prefix
|
|
value: github.com/owlboard/backend-data-contracts
|
|
plugins:
|
|
- local: 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 |