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
Uh oh!
There was an error while loading. Please reload this page.
-
errors with
Missing value for flag: --ts_nocheckerrors with
Unknown flag: --ts_nocheckIt'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