node icon indicating copy to clipboard operation
node copied to clipboard

Generate TypeScript types using Telescope

Open fadeev opened this issue 4 months ago • 0 comments

Currently, TS types are generated by buf and a script.

When importing these types, TS throws errors, because not all dependencies are taken into account.

I propose we start using Telescope to automatically generate types. I've tried using it locally and it works fine, much better than homebrew script.

How to do it: https://www.youtube.com/watch?v=iQf6p65fbdY

fadeev avatar Aug 27 '25 04:08 fadeev