esbuild-wasm-bundler/deno.json
2024-06-03 14:51:40 -04:00

12 lines
338 B
JSON

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