able-baker/deno.json

12 lines
328 B
JSON
Raw Permalink Normal View History

2023-06-07 17:09:40 -04:00
{
2023-06-07 23:35:00 -04:00
"compilerOptions": { "lib": ["deno.window", "dom"],
"jsx": "react-jsx",
"jsxImportSource": "https://esm.sh/preact@10.15.1"
},
2023-06-07 17:09:40 -04:00
"imports":
{
2023-06-07 23:35:00 -04:00
"react":"https://esm.sh/preact@10.15.1/compat",
"react-original":"https://esm.sh/preact@10.15.1/compat",
2023-06-07 17:09:40 -04:00
"app": "./app.tsx"
}
}