esbuild-wasm-bundler/test/deno.json

10 lines
237 B
JSON
Raw Permalink Normal View History

2024-06-12 17:05:41 -04:00
{
"imports": {
2024-07-05 08:54:39 -04:00
"react": "https://esm.sh/preact@10.22.0/compat",
"react/": "https://esm.sh/preact@10.22.0/compat/"
2024-07-03 15:09:21 -04:00
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
2024-06-12 17:05:41 -04:00
}
}