Skip to content

Commit

Permalink
Disable ts-jest diagnostics to allow use Epic roughly
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugitta committed Feb 17, 2019
1 parent 9008af4 commit 92ccc3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
"statements": 95
}
},
"collectCoverage": true
"collectCoverage": true,
"globals": {
"ts-jest": {
"diagnostics": false
}
}
},
"peerDependencies": {
"react-native": ">= 0.45",
Expand Down

0 comments on commit 92ccc3d

Please sign in to comment.