Skip to content

Commit 798beb8

Browse files
build(package): save @types/node to fix typescript error
``` node_modules/@types/node/module.d.ts(121,13): error TS2386: Overload signatures must all be optional or required. ```
1 parent 7472ae3 commit 798beb8

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

package-lock.json

Lines changed: 29 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@size-limit/preset-big-lib": "11.1.5",
6767
"@types/benchmark": "2.1.5",
6868
"@types/jest": "29.5.12",
69+
"@types/node": "22.5.4",
6970
"@types/react": "18.3.5",
7071
"@types/react-dom": "18.3.0",
7172
"@typescript-eslint/eslint-plugin": "8.5.0",

0 commit comments

Comments
 (0)