cohost/deno.json

14 lines
501 B
JSON
Raw Permalink Normal View History

2023-07-12 14:15:53 -04:00
{
"compilerOptions": {
"jsx": "react-jsx",
2023-07-16 00:36:39 -04:00
"jsxImportSource": "preact",
"exclude": ["typings/browser.d.ts", "typings/browser", "node_modules"]
2023-07-12 14:15:53 -04:00
},
"imports": {
"copy-paste": "https://deno.land/x/copy_paste@v1.1.3/mod.ts",
"preact": "https://esm.sh/preact@10.16.0",
"preact/jsx-runtime": "https://esm.sh/preact@10.16.0/jsx-runtime?dts",
"preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?external=preact"
}
}