16 lines
353 B
JSON
16 lines
353 B
JSON
|
{
|
||
|
"imports": {
|
||
|
"react": "https://esm.sh/preact@10.18.1/compat",
|
||
|
"react/": "https://esm.sh/preact@10.18.1/compat/"
|
||
|
},
|
||
|
"tasks": {"go": "deno run -A styles.tsx"},
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsx",
|
||
|
"jsxImportSource": "https://esm.sh/preact@10.18.1",
|
||
|
"lib": [
|
||
|
"deno.window",
|
||
|
"dom",
|
||
|
"dom.asynciterable"
|
||
|
]
|
||
|
}
|
||
|
}
|