We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs
1 parent 31d5419 commit 5d7caaaCopy full SHA for 5d7caaa
deno.jsonc
@@ -1,5 +1,8 @@
1
{
2
"lock": false,
3
+ "exclude": [
4
+ "docs/**"
5
+ ],
6
"tasks": {
7
"test": "deno test --unstable -A --doc --parallel --shuffle --coverage=.coverage",
8
"check": "deno check --unstable $(find . -name '*.ts')",
0 commit comments