rchain-api
rchain-api copied to clipboard
protobuf bloat: keep just .d.ts files for development?
The generated protobuf files are just bloat now... with the exception that they indirectly provide static types.
But those should be a devDependency, not a production dependency.
(context: investigating a performance issue in RSign)