We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543e3ab commit 3e970edCopy full SHA for 3e970ed
.github/workflows/ci-typescript.yaml
@@ -38,6 +38,7 @@ jobs:
38
mkdir -p ./out/ &&
39
protoc protobuf_definitions/*.proto \
40
--plugin=./node_modules/.bin/protoc-gen-ts_proto \
41
+ --proto_path=protobuf_definitions \
42
--ts_proto_out=./out \
43
--ts_proto_opt=outputIndex=true \
44
--ts_proto_opt=globalThisPolyfill=true \
0 commit comments