mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 04:26:33 +00:00
12 lines
239 B
YAML
12 lines
239 B
YAML
version: v1beta1
|
|
|
|
plugins:
|
|
- name: ts
|
|
out: src/gen/proto
|
|
opt: grpc_js
|
|
|
|
# protoc 3.13 our above is needed as the schema is v3 with optional fields
|
|
- name: js
|
|
out: build/main/gen/proto
|
|
opt: import_style=commonjs,binary
|