From 9b8088fb431daf649896b8f89f00010d226404e6 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 20 Mar 2024 13:04:01 +0000 Subject: [PATCH] protocol is now own npm package --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 74646472..bd77d1cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,9 @@ ], "livekit-client/dist/src/room/participant/Participant": [ "./node_modules/livekit-client/dist/src/room/participant/Participant.d.ts" + ], + "livekit-client/dist/src/proto/livekit_models_pb": [ + "./node_modules/livekit/protocol/dist/src/gen/livekit_models_pb.d.ts" ] },