gale/deno.json
2025-02-12 16:09:59 -05:00

10 lines
166 B
JSON

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