gale/deno.json
2025-02-12 17:09:58 -05:00

10 lines
166 B
JSON

{
"compilerOptions": {
"checkJs": true,
"lib": [
"deno.window",
"DOM"
],
"types": ["./types.d.ts"]
}
}