This commit is contained in:
laura 2025-11-01 12:15:21 -03:00
parent 497b061b92
commit 2301c5d631
Signed by: w
GPG key ID: BCD2117C99E69817
5 changed files with 203 additions and 202 deletions

View file

@ -10,6 +10,14 @@
"exclude": ["no-explicit-any", "require-await"]
}
},
"compilerOptions": {
"lib": [
"deno.ns",
"esnext",
"dom",
"dom.iterable"
]
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}