Skip to content

Commit

Permalink
fix(jest): pass on typescript peer dependency from register
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Dec 9, 2022
1 parent e7bfe70 commit 1d41dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jest/package.json
Expand Up @@ -18,7 +18,8 @@
"@swc-node/register": "^1.5.4"
},
"peerDependencies": {
"@swc/core": ">= 1.3"
"@swc/core": ">= 1.3",
"typescript": ">= 4.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d41dbd

Please sign in to comment.