gale/deno.json

11 lines
284 B
JSON
Raw Normal View History

2024-04-28 18:29:36 -04:00
{
"imports": {
"react": "https://esm.sh/preact@10.18.1/compat",
"react/": "https://esm.sh/preact@10.18.1/compat/"
},
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-04-28 22:21:18 -04:00
"lib": ["deno.window","dom","dom.asynciterable"]
2024-04-28 18:29:36 -04:00
}
}