From c9caedbe50f1063c30b201695052a171577b5115 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Fri, 14 Jun 2024 14:36:43 +0800 Subject: [PATCH] chore: add @types/node (#549) --- .gitignore | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 358a1908..0211490f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,9 +24,10 @@ node_modules build lib coverage -yarn.lock /es/ package-lock.json +pnpm-lock.yaml +yarn.lock .doc # umi diff --git a/package.json b/package.json index 0097acfe..96960c43 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "@rc-component/father-plugin": "1.0.0", "@testing-library/react": "^15.0.4", "@types/jest": "^29.4.0", + "@types/node": "^20.14.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-is": "^18.3.0",