Skip to content

Commit

Permalink
fix helpers build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Feb 7, 2024
1 parent b4a603f commit 9d1512c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"babel-jest": "^29.5.0",
"babel-preset-jest": "^29.5.0",
"jest": "^29.5.0",
"msw": "^1.2.2"
"msw": "^1.2.2",
"typescript": "^5.2.2"
},
"jest": {
"roots": [
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"isolatedModules": true,
"jsx": "react-jsx",
"typeRoots": ["./node_modules/@types"],
"types": ["node", "jest"],
"types": ["node"],
"incremental": true
},
"exclude": [
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2806,6 +2806,7 @@ __metadata:
pki: ^1.1.0
psl: ^1.9.0
snarkjs: "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e"
typescript: ^5.2.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 9d1512c

Please sign in to comment.