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