From 246557d8cc7577970349b49614a36c3c73edfa79 Mon Sep 17 00:00:00 2001 From: ztplz Date: Thu, 27 Jun 2019 10:28:12 +0800 Subject: [PATCH] add type declaration lib for lodash --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 55a6f39f..954b8156 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "react": "*" }, "devDependencies": { + "@types/lodash": "^4.14.135", "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "@types/warning": "^3.0.0",