Skip to content

Commit

Permalink
chore: improve type-covrage config
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 28, 2021
1 parent e9f9408 commit 5737961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.type-coverage
coverage
lib
node_modules
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@
]
},
"typeCoverage": {
"atLeast": 98.24,
"atLeast": 98.99,
"cache": true,
"detail": true,
"ignoreCatch": true,
"ignoreAsAssertion": true,
"ignoreNonNullAssertion": true,
"strict": true,
"update": true
}
Expand Down

0 comments on commit 5737961

Please sign in to comment.