Skip to content

Commit c9caedb

Browse files
authored
chore: add @types/node (#549)
1 parent 06b9cba commit c9caedb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ node_modules
2424
build
2525
lib
2626
coverage
27-
yarn.lock
2827
/es/
2928
package-lock.json
29+
pnpm-lock.yaml
30+
yarn.lock
3031
.doc
3132

3233
# umi

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@rc-component/father-plugin": "1.0.0",
4646
"@testing-library/react": "^15.0.4",
4747
"@types/jest": "^29.4.0",
48+
"@types/node": "^20.14.2",
4849
"@types/react": "^18.0.0",
4950
"@types/react-dom": "^18.0.0",
5051
"@types/react-is": "^18.3.0",

0 commit comments

Comments
 (0)