2023-06-07 17:09:40 -04:00
|
|
|
{
|
2023-06-07 23:35:00 -04:00
|
|
|
"compilerOptions": { "lib": ["deno.window", "dom"],
|
|
|
|
"jsx": "react-jsx",
|
2023-06-15 17:13:51 -04:00
|
|
|
"jsxImportSource": "https://esm.sh/preact@10.15.1/compat"
|
2023-06-07 23:35:00 -04:00
|
|
|
},
|
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",
|
2023-06-08 23:19:03 -04:00
|
|
|
"react-original":"https://esm.sh/preact@10.15.1/compat",
|
2023-06-20 09:50:14 -04:00
|
|
|
"@app": "./app.tsx"
|
2023-06-15 17:13:51 -04:00
|
|
|
},
|
|
|
|
"tasks":
|
|
|
|
{
|
|
|
|
"local": "deno run -A --no-lock ./local.tsx",
|
|
|
|
"serve": "deno run -A --no-lock ./serve.tsx"
|
2023-06-07 17:09:40 -04:00
|
|
|
}
|
|
|
|
}
|