gale/deno.json

13 lines
411 B
JSON
Raw Permalink Normal View History

2024-04-28 18:29:36 -04:00
{
"imports": {
"react": "https://esm.sh/preact@10.18.1/compat",
2024-08-02 14:45:14 -04:00
"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"
2024-04-28 18:29:36 -04:00
},
2024-04-28 22:21:18 -04:00
"tasks": {"go": "deno run -A styler.tsx"},
2024-04-28 18:29:36 -04:00
"compilerOptions": {
"jsx": "react-jsx",
2024-08-02 14:45:14 -04:00
"jsxImportSource": "react",
2024-04-28 22:21:18 -04:00
"lib": ["deno.window","dom","dom.asynciterable"]
2024-04-28 18:29:36 -04:00
}
}