From 4b6937cf935dcea62fada98249c25ab8b70cbb30 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Mon, 18 Sep 2023 09:48:24 +0800 Subject: [PATCH] =?UTF-8?q?react.d.ts=20=E6=9A=B4=E9=9C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cd8b0909..e3c83957 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ }, "files": [ "lib/**/*", - "es/**/*" + "es/**/*", + "typings/react.d.ts" ], "dependencies": { "@fingerprintjs/fingerprintjs": "^4.0.0",