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