Skip to content

Commit 3e0ba70

Browse files
committed
Disable exact types
1 parent dc5787f commit 3e0ba70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
cd protobuf_definitions
7373
mkdir -p ./out/ &&
7474
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
75+
--ts_proto_opt=outputIndex=true \
76+
--ts_proto_opt=globalThisPolyfill=true \
77+
--ts_proto_opt=useExactTypes=false
7678
7779
- name: Compile
7880
run: |

0 commit comments

Comments
 (0)