Skip to main content
Module

x/fresh/deno.json

The next-gen web framework.
Extremely Popular
Go to Latest
File
{ "tasks": { "test": "deno test -A && deno check --config=www/deno.json www/main.ts www/dev.ts && deno check init.ts", "fixture": "deno run -A --watch=static/,routes/ tests/fixture/dev.ts", "www": "deno run -A --watch=www/static/,www/routes/,docs/ www/dev.ts", "screenshot": "deno run -A www/utils/screenshot.ts" }, "importMap": "./.vscode/import_map.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }}