Files
diachron/deno/deno.json
Michael Wolf 5a08baab5e Pull in zod
2025-03-07 15:24:21 -06:00

16 lines
278 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
}
}