11 lines
391 B
JSON
11 lines
391 B
JSON
{
|
|
"compilerOptions": {"types":["/store.d.ts"]},
|
|
"lint": {"files": {"include": ["src/"]}},
|
|
"fmt": {"files": {"include": ["src/"]}},
|
|
"tasks":
|
|
{
|
|
"fs": "deno run -A --no-lock https://deno.land/std@0.166.0/http/file_server.ts",
|
|
"test": "deno test --no-lock --watch store.test.js",
|
|
"test-debug": "deno test --no-lock --inspect-brk store.test.js"
|
|
}
|
|
} |