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 8a445a1 commit eb0e447Copy full SHA for eb0e447
.github/workflows/ci-typescript.yaml
@@ -63,7 +63,8 @@ jobs:
63
run: |
64
cd protobuf_definitions
65
mkdir -p ./out/ &&
66
- protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out --ts_proto_opt=outputIndex=true
+ protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out \
67
+ --ts_proto_opt=outputIndex=true --ts_proto_opt=globalThisPolyfill=true
68
69
- name: Compile
70
0 commit comments