I take extra caution around pickup trucks and young men in muscle cars. The former are more likely to not see you, or be on their phones. The muscle cars are likely to rapidly and erratically change directions into me at a high rate of speed.
>I just hate having to debug mangled transpiled code and dealing with sourcemaps. I want to be able to run and debug my own code, not some alternative mangled version of it.
Look into ts-node. It lets me run and debug the TypeScript itself before transpiling it.
My workaround is to use //@ts-ignore above the import, but this is clunky. I just tried Deno and found that TypeScript doesn't support .ts extensions yet.
I also didn't like constantly interacting with channel points, so I made a Firefox extension to do it for me. If you're interested, I could add a setting to hide channel points page updates while still claiming the periodic bonuses.