From 1e573535eebe9ae226593712115942740f66c63c Mon Sep 17 00:00:00 2001 From: Laura K <6276139+alula@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:54:18 +0100 Subject: [PATCH] Fix TypeScript typings path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4f3dd2..efb8658 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A React Native wrapper for Sift iOS and Android SDKs", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/src/index.d.ts", + "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [