Hello and thanks for all the examples here on how to use gRPC with TypeScript. This is not an issue and actually a question.
I was wondering if there is a way to package the generated TS client stubs as an npm package (without using Rollup or Webpack or the like) that can later used via an npm install.
Hello and thanks for all the examples here on how to use gRPC with TypeScript. This is not an issue and actually a question.
I was wondering if there is a way to package the generated TS client stubs as an npm package (without using Rollup or Webpack or the like) that can later used via an
npm install.