From 88471f1462c90f83147cd8ca612cc367a8d2b785 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 20 Mar 2024 13:10:44 +0000 Subject: [PATCH] typo --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bd77d1cf..8c4bd21f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,7 @@ "./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" + "./node_modules/@livekit/protocol/dist/src/gen/livekit_models_pb.d.ts" ] },