From 419c286ce4b0b0d52b2c120acc85fee7f7813d1f Mon Sep 17 00:00:00 2001 From: Kassam Date: Tue, 2 Dec 2025 08:49:52 +0100 Subject: [PATCH] fix(types): correct path to TypeScript definitions in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 592559a..44ba49f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "RTMP live streaming library from api.video", "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": [