work-graph-simple/deno.json

8 lines
176 B
JSON

{
"compilerOptions":
{
"checkJs": true,
"lib": ["deno.window", "DOM"],
"types": ["https://treetopflyer.github.io/gale/types.d.ts"]
}
}