esbuild-wasm-bundler/test/deno.json

10 lines
215 B
JSON
Raw Normal View History

2024-06-12 17:05:41 -04:00
{
"imports": {
2024-07-03 15:09:21 -04:00
"react": "npm:preact@10.22.0/compat",
"react/": "npm:preact@10.22.0/compat/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
2024-06-12 17:05:41 -04:00
}
}