aboutsummaryrefslogtreecommitdiff
path: root/deno.json
blob: 8d9ac336cfeeac45ab4d7e46a81b7de997b77271 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tasks": {
    "start": "deno run -A --watch=static/,routes/ dev.ts"
  },
  "importMap": "./import_map.json",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "preact"
  }
}