Skip to content

Commit 242572e

Browse files
committed
Add @types/istanbul-lib-report to dependencies
Fixes the following compilation error: Module '"istanbul-lib-report"' has no exported member 'ReportBase'
1 parent f5a1628 commit 242572e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"devDependencies": {
3636
"@types/faker": "^4.1.9",
3737
"@types/invariant": "^2.2.31",
38+
"@types/istanbul-lib-report": "^3.0.0",
3839
"@types/jest": "^27.0.2",
3940
"@types/lodash": "^4.14.149",
4041
"@types/node": "^10.14.19",

0 commit comments

Comments
 (0)