Skip to main content
Go to Latest
File
{ "tasks": { "start": "deno run -A --watch=static/,routes/ dev.ts" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", "lib": [ "dom", "deno.ns", "deno.unstable" ] }}