From 05bf3dea2b5e6030a5fae8c64dcba7d189e5615a Mon Sep 17 00:00:00 2001 From: Austin King Date: Mon, 2 Mar 2026 14:12:16 -0800 Subject: [PATCH] fix: point package types to generated declaration path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 063bf5e..a6ad8d0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React Native Unity", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/index.d.ts", + "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [