Skip to content

Commit a01bc4f

Browse files
authored
build(npm): add the 'typescript' dependency to fix the exportAbi command (#896)
* build(npm): add back the 'typescript' dependency to fix the `exportAbi` command * build(npm): move the typescript dependency to the dev dependencies
1 parent 3b00b25 commit a01bc4f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package-lock.json

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@
5454
"picocolors": "^1.0.1",
5555
"solhint": "^5.0.2",
5656
"tsup": "^8.3.5",
57-
"tsx": "^4.19.1"
57+
"tsx": "^4.19.1",
58+
"typescript": "^5.8.2"
5859
},
5960
"dependencies": {
6061
"viem": "^2.18.5"
6162
}
62-
}
63+
}

0 commit comments

Comments
 (0)