8 lines
171 B
JSON
8 lines
171 B
JSON
{
|
|
"compilerOptions": { "lib": ["deno.window", "dom"] },
|
|
"imports":
|
|
{
|
|
"react":"https://esm.sh/preact@10.15.1/compat",
|
|
"app": "./app.tsx"
|
|
}
|
|
} |