Skip to content

Commit

Permalink
Add types for jest-expect-message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Sittner committed Sep 6, 2023
1 parent b0a833a commit 0b95911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"noPropertyAccessFromIndexSignature": true,
"types": ["node", "jest"]
"types": ["node", "jest", "jest-expect-message"]
}
}

0 comments on commit 0b95911

Please sign in to comment.