able-baker/example/deno.json

8 lines
171 B
JSON
Raw Normal View History

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