{ "$schema": "https://raw.githubusercontent.com/denoland/deno/98f62cee78e85bfc47c62ed703777c6bc8794f1c/cli/schemas/config-file.v1.json", "lock": false, "tasks": { "check": "deno fmt --check && deno lint && deno check --allow-import backend/**/*.ts shared/**/*.ts", "fmt": "deno fmt", "deploy": "deno task check && vt push" }, "compilerOptions": { "noImplicitAny": false, "strict": true, "types": ["https://www.val.town/types/valtown.d.ts"], "lib": [ "dom", "dom.iterable", "dom.asynciterable", "deno.ns", "deno.unstable" ] }, "lint": { "include": ["backend/", "shared/"], "rules": { "exclude": ["no-explicit-any", "no-import-prefix"] } }, "fmt": { "include": ["backend/", "shared/"], "lineWidth": 100, "indentWidth": 2 }, "node_modules_dir": false, "experimental": { "unstable-node-globals": true, "unstable-temporal": true, "unstable-worker-options": true, "unstable-sloppy-imports": true } }