Hono RPC types stop working in 2.4.2
I noticed that upon updating to Deno 2.4.2 the hono RPC types stopped working. I noticed that there were some tsconfig default changes in the update, do I need to manually fix one of them?

4 Replies
For reference here's 2.4.1

the code didn't change, all that changed is the deno version
Figured out the cause, in this commit https://github.com/denoland/deno/commit/8464115f262359d6172d7bfaba3c7450f52a0877 strict is changed to false which caused hono RPC to break. I filed an issue for it and i'll note it down as it might be unintended behavior