able-baker/deno.json
Seth Trowbridge 0e6a3d3efb hmr roughed in
(you have to clear-cache?)
2023-06-08 23:19:03 -04:00

12 lines
328 B
JSON

{
"compilerOptions": { "lib": ["deno.window", "dom"],
"jsx": "react-jsx",
"jsxImportSource": "https://esm.sh/preact@10.15.1"
},
"imports":
{
"react":"https://esm.sh/preact@10.15.1/compat",
"react-original":"https://esm.sh/preact@10.15.1/compat",
"app": "./app.tsx"
}
}