{ "tasks": { "dev": "deno -A --unstable-bundle --watch server.ts" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react" }, "imports": { "@std/assert": "jsr:@std/assert@1", "react":"npm:react" } }