Skip to main content
Module

x/aleph/deno.json

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
{ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "https://esm.sh/react@18.1.0" }, "tasks": { "test": "deno test -A --unstable --location=http://localhost --import-map=import_map.json", "dev": "ALEPH_DEV=true deno run -A cli.ts dev", "start": "ALEPH_DEV=true deno run -A cli.ts start", "build": "ALEPH_DEV=true deno run -A cli.ts build" }, "fmt": { "options": { "lineWidth": 120 } }, "lint": {}}