Support modifying ts_proto_opt will be better. The command line I use:
protoc --plugin=protoc-gen-ts_proto=.\node_modules\.bin\protoc-gen-ts_proto.cmd --ts_proto_out=./src/models ./proto/*.proto --ts_proto_opt=forceLong=string --ts_proto_opt=outputEncodeMethods=decode-only --ts_proto_opt=outputJsonMethods=false --ts_proto_opt=outputPartialMethods=false --ts_proto_opt=esModuleInterop=true
Support modifying
ts_proto_optwill be better. The command line I use: