Skip to content

Commit

Permalink
ts-jest ignore diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 committed Jan 18, 2020
1 parent 287c7c8 commit 3ae6831
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -51,7 +51,12 @@
],
"collectCoverageFrom": [
"**/*.js"
]
],
"globals": {
"ts-jest": {
"diagnostics": false
}
}
},
"peerDependencies": {
"express": ">=4",
Expand Down

0 comments on commit 3ae6831

Please sign in to comment.