Skip to content

Commit

Permalink
Make testcafe and jest live happily together
Browse files Browse the repository at this point in the history
See issue and comment :
DevExpress/testcafe#1537 (comment)
  • Loading branch information
Kehrlann committed Jan 24, 2018
1 parent eb61582 commit 7b03205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 7b03205

Please sign in to comment.