pickit/deno.json
2023-02-10 19:30:37 +03:00

9 lines
114 B
JSON

{
"tasks": {
"test": "deno test -A --no-check tests/"
},
"compilerOptions": {
"strict": true
}
}