esbuild-wasm-bundler/test/deno.json
2024-07-03 15:09:21 -04:00

10 lines
215 B
JSON

{
"imports": {
"react": "npm:preact@10.22.0/compat",
"react/": "npm:preact@10.22.0/compat/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}