How do I get rid of this error?
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.deno-ts(7026)
Here's the problematic code:
const problematicCode = <div>Hello world</div>
This is example code in this Deno article: https://deno.com/blog/a-whole-website-in-a-single-js-file-continued
Here's the source code: https://dash.deno.com/playground/website-in-a-single-js-2