protobuf-ts
protobuf-ts copied to clipboard
[Feature Reqeust] Generate index files
There is a cool feature in ts-proto outputIndex
, which enables generation of index files based on package names, it is really userful if you generate npm packages out of your proto files for example.
Here is the original issue in ts-proto https://github.com/stephenh/ts-proto/issues/212