Skip to content

Commit

Permalink
Fix tsd config
Browse files Browse the repository at this point in the history
  • Loading branch information
markw65 committed Sep 8, 2023
1 parent 3536321 commit 44c3a2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@
"source-map-generator": "0.8.0"
},
"tsd": {
"directory": "test/types"
"directory": "test/types",
"compilerOptions": {
"types": ["jest"]
}
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 44c3a2e

Please sign in to comment.