Skip to content

Commit

Permalink
jset type error
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Aug 1, 2024
1 parent 1caf6fc commit 75e67b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"noImplicitReturns": true,
"preserveConstEnums": true,
"esModuleInterop": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"types": ["jest", "jest-extended"]
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 75e67b0

Please sign in to comment.