diff --git a/options/ts_package.proto b/options/ts_package.proto index fb36dbc..efa6484 100644 --- a/options/ts_package.proto +++ b/options/ts_package.proto @@ -7,5 +7,5 @@ option go_package = "github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts/option import "google/protobuf/descriptor.proto"; extend google.protobuf.FileOptions { - optional string ts_package = 50000; + string ts_package = 50000; }