aperturerobotics/starpc

Fix importing protobuf file paths

paralin opened this issue · 1 comments

import { OtherMessage } from '../../../../github.com/aperturerobotics/protobuf-project/example/other/other'

Currently when importing another message, an import path like this is generated by ts-proto.

See stephenh/ts-proto#596 and stephenh/ts-proto#597

Fixed with a patch for now.