From 8f3a77539902efbf9af7ae59c639dd4487e39ce8 Mon Sep 17 00:00:00 2001 From: Starry Date: Tue, 14 Nov 2023 10:42:01 +0800 Subject: [PATCH] fix: incorrect type file path declarations in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a58bdd6..cc4e3c8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment.", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/index.d.ts", + "types": "src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [