gale/deno.json
2025-02-12 08:00:45 -05:00

9 lines
131 B
JSON

{
"compilerOptions": {
"checkJs": true,
"lib": [
"deno.window",
"DOM"
]
}
}