Is it possible to define a JSX transform within the same codebase? All of the examples show referencing it from a remote module like https:/esm.sh/preacthttps:/esm.sh/preact
I've tried this, but it is unable to load my local jsx-runtimejsx-runtime module because it doesn't recognize it as bing JS or TS.