From 0490a682f351c735f7acddec2d36b4a67ab7d037 Mon Sep 17 00:00:00 2001 From: Gao-pw <1152910080@qq.com> Date: Wed, 4 Dec 2024 11:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(package.json):=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20types=20=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index af50ba2..af2d8e2 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "1.0.1", "description": "useful common react utils", "module": "dist/index.js", + "type": "module", + "types": "types/index.d.ts", "files": [ "dist", "types",