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 17:09:40 -04:00
|
|
|
"react":"https://esm.sh/preact@10.13.2/compat",
|
2023-06-07 14:15:57 -04:00
|
|
|
"app": "./app.tsx"
|
2023-06-06 22:48:45 -04:00
|
|
|
}
|
|
|
|
}
|