pickit/deno.json

9 lines
114 B
JSON
Raw Permalink Normal View History

2023-02-10 16:30:37 +00:00
{
"tasks": {
"test": "deno test -A --no-check tests/"
},
"compilerOptions": {
"strict": true
}
}