/* @jsxRuntime automatic */ comment to a file has the same effect as setting compilerOptions.jsx to "react-jsx" for that file, but this doesn't seem to be the case. I have a main.tsx file with the following content.deno check main.tsx reports an error: “JSX element type '<>' does not have any construct or call signatures”, but if I create a deno.json file with compilerOptions.jsx set (which I expected to do nothing because there's already a @jsxRuntime pragma), the error goes away.