esbuild-wasm-bundler/test/deno.json
2024-07-05 08:54:39 -04:00

10 lines
237 B
JSON

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