Skip to main content
Module

x/fastro/deno.json

Fast and simple web application framework for deno
Go to Latest
File
{ "lock": false, "compilerOptions": { "strict": true, "jsx": "react-jsx", "jsxImportSource": "https://esm.sh/react" }, "tasks": { "hello-flash": "deno run -A --unstable examples/hello_world_flash.ts", "hello-string": "deno run -A examples/hello_string.ts", "hello-jsx": "deno run -A examples/hello_jsx.tsx", "hello-json": "deno run -A examples/hello_json.ts", "hello": "deno run -A examples/hello_world.ts", "static": "deno run -A examples/static_file.ts", "ssr": "deno run -A examples/app_ssr.tsx" }, "importMap": "./import_map.json"}