Skip to content

Commit

Permalink
fix(core): add typescript dev dependency to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Mar 12, 2024
1 parent 45f7c33 commit a95896b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
},
"nyc": {
"reporter": [
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a95896b

Please sign in to comment.