able-baker/deno.json
2023-06-07 23:35:00 -04:00

11 lines
263 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",
"app": "./app.tsx"
}
}