Today it crossed my mind for the first time that, after all, I don't need #typescript at all.
Some months ago, after some months spent with #rust I got to a compromise idea that I should use #rust for "serious" tasks, and #javascript for quick modelling. The idea evolved quickly into it's same form, but with #typescript in place of JS.
Two months later I'm failing to get #deno run my software because the network layer won't work if I import some .ts file of mine; if only I knew which one.

in the meantime I got much braver with #rust, I love the syntax, the tightness, it's got a great native #postgres driver https://github.com/sfackler/rust-postgres (can pipeline requests, while I found 0/zero/ ts drivers capable of doing the same so I had to revert to good ol' JS https://github.com/brianc/node-postgres...)
So, tomorrow is a new day, we'll see...