forked from orbit-oss/is
Give better assertion messages for assert.all and assert.any (#193)
This commit is contained in:
parent
e03c249d6c
commit
85c89925b6
3 changed files with 166 additions and 27 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"extends": "@sindresorhus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
"lib": [
|
||||
"DOM",
|
||||
"DOM.Iterable",
|
||||
"ES2021"
|
||||
],
|
||||
"outDir": "dist",
|
||||
"target": "ES2021"
|
||||
},
|
||||
"include": [
|
||||
"source"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue