https://github.com/improbable-eng/ts-protoc-gen seeems to output type definitions in d.ts files.
Is it possible somehow to convert .proto files into .ts files (instead of separate .js and .d.ts)?
I have a fully TypeScript frontend, so no need for the .js + .d.ts duality.