audiogram-beta/deno.json

9 lines
335 B
JSON
Raw Permalink Normal View History

2022-11-28 10:00:18 -05:00
{
2022-12-05 23:22:37 -05:00
"compilerOptions": {"types":["./store"], "checkJs": true},
2022-11-28 10:00:18 -05:00
"tasks":
{
2022-11-28 18:42:41 -05:00
"fs": "deno run -A --no-lock https://deno.land/std@0.166.0/http/file_server.ts",
2022-12-05 23:22:37 -05:00
"test": "deno test --no-lock --no-check --watch store.test.ts",
"test-debug": "deno test --no-lock --no-check --inspect-brk store.test.ts"
2022-11-28 10:00:18 -05:00
}
}