Files
diachron/deno/deno.json
Michael Wolf 6ed81e871f fmt
2025-03-07 21:14:47 -06:00

16 lines
279 B
JSON

{
"compilerOptions": {
"lib": ["deno.ns", "dom"]
},
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"zod": "npm:zod@^3.24.2"
},
"fmt": {
"indentWidth": 4
}
}