16 lines
279 B
JSON
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
|
|
}
|
|
}
|