9 lines
114 B
JSON
9 lines
114 B
JSON
{
|
|
"tasks": {
|
|
"test": "deno test -A --no-check tests/"
|
|
},
|
|
"compilerOptions": {
|
|
"strict": true
|
|
}
|
|
}
|