From 469ec63fec2e512015a23333e2e2b4c4bcffc3a0 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 28 May 2025 17:34:33 -0400 Subject: [PATCH] Fix LiveKit types import --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 07632f20..41ca7f8b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,9 @@ // These imports within @livekit/components-core and // @livekit/components-react are broken under the "bundler" module // resolution mode, so we need to resolve them manually + "livekit-client/dist/src/room/types": [ + "./node_modules/livekit-client/dist/src/room/types.d.ts" + ], "livekit-client/dist/src/room/Room": [ "./node_modules/livekit-client/dist/src/room/Room.d.ts" ],