{ "imports": { "react": "https://esm.sh/preact@10.22.0/compat", "react/": "https://esm.sh/preact@10.22.0/compat/", "other": "./other.tsx", "entry": "./app.tsx" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react" } }