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 dc5787f commit 3e0ba70Copy full SHA for 3e0ba70
.github/workflows/ci-typescript.yaml
@@ -72,7 +72,9 @@ jobs:
72
cd protobuf_definitions
73
mkdir -p ./out/ &&
74
protoc *.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./out \
75
- --ts_proto_opt=outputIndex=true --ts_proto_opt=globalThisPolyfill=true
+ --ts_proto_opt=outputIndex=true \
76
+ --ts_proto_opt=globalThisPolyfill=true \
77
+ --ts_proto_opt=useExactTypes=false
78
79
- name: Compile
80
run: |
0 commit comments