-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d.ts files not generated #282
Comments
Os: Linux Fedora Blog.proto:
|
I'm getting this same issue.. the |
wow nvm... it was because I was using |
I was experiencing the same issue. thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
when I run the following command
protoc --plugin=protoc-gen-ts=/usr/local/bin/protoc-gen-ts --js_out=import_style=commonjs,binary:. --ts_out=service=grpc-web:. -I=. blog.proto
only two files are generated:
blog_pb.js
blog.ts
there are no d.ts files generated.
protoc is v3.14.0
protoc-gen-ts is 0.3.9
The text was updated successfully, but these errors were encountered: