Our monorepo is mostly a mix of TypeScript and Kotlin. The TypeScript side uses the generated K/JS packages.
I'm thinking about an IJ plugin to add a reference contributor for TypeScript, which will resolve references against the Kotlin modules instead of the d.ts files. This means navigation directly to the sources.
Would be a nice devex improvement.