esbuild-wasm-bundler/deno.json

12 lines
298 B
JSON
Raw Normal View History

2024-06-03 11:39:19 -04:00
{
"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"
}
}