From 8110d22c8bd9d00df76d3bfa1b6b3b70618810c4 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 3 Dec 2025 10:27:30 +0100 Subject: [PATCH] fix lint --- sdk/main.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/main.ts b/sdk/main.ts index 205ec060..c9a46df9 100644 --- a/sdk/main.ts +++ b/sdk/main.ts @@ -39,6 +39,9 @@ import { type RemoteParticipant, } from "livekit-client"; +// TODO how can this get fixed? to just be part of `livekit-client` +// Can this be done in the tsconfig.json +import { type TextStreamInfo } from "../node_modules/livekit-client/dist/src/room/types"; import { type Behavior, constant } from "../src/state/Behavior"; import { createCallViewModel$ } from "../src/state/CallViewModel/CallViewModel"; import { ObservableScope } from "../src/state/ObservableScope";