11 lines
284 B
JSON
11 lines
284 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 styler.tsx"},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["deno.window","dom","dom.asynciterable"]
|
|
}
|
|
} |