Replies: 1 comment
-
It's mentioned in the manual. You'd pass that as npx protoc \
--ts_opt ts_nocheck \
--ts_out ./proto \
--proto_path ../protobuf/ \
../protobuf/**/*.proto |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
errors with
Missing value for flag: --ts_nocheck
errors with
Unknown flag: --ts_nocheck
It's not documented anywhere how to set these flags, and can't find anything in issues or discussions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions