Fix LiveKit types import

This commit is contained in:
Robin
2025-05-28 17:34:33 -04:00
parent 50caca7bd3
commit 469ec63fec

View File

@@ -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"
],