What do you use to go from ts->pb?
I have an old public version here: https://github.com/justjake/ts-simple-type/blob/main/src/com...
Ultimately i decided ts-simple-type is too difficult to maintain, so now I just use the TypeScript compiler API directly to introspect types and emit stuff, but most of that code is private to Notion Labs Inc