13 lines
411 B
JSON
13 lines
411 B
JSON
{
|
|
"imports": {
|
|
"react": "https://esm.sh/preact@10.18.1/compat",
|
|
"react/": "https://esm.sh/preact@10.18.1/compat/",
|
|
"preact-render-to-string": "https://esm.sh/preact-render-to-string@6.5.7?deps=preact@10.18.1"
|
|
},
|
|
"tasks": {"go": "deno run -A styler.tsx"},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"lib": ["deno.window","dom","dom.asynciterable"]
|
|
}
|
|
} |