Hi everyone Iβm trying to set up a TypeScript transformer plugin in Deno and I have a few questions about the process.
What is the correct way to register and use a custom TypeScript transformer in Deno nowadays? Is it possible to integrate this directly into the deno run / deno check workflow, or only via deno compile or external tools?
If anyone has a minimal example or can point me to the recommended approach, Iβd really appreciate it