When publishing on jsr.io, you upload the TypeScript, and if using Deno, you also download TypeScript (with import statements rewritten.) Having nearly the original source code is better for debugging.
Deno doesn’t type-check external dependencies unless you ask.
It’s too bad we didn’t start out with Deno
With the exports rewritten? Maybe we should have a export of “ts” like we have “types” instead?