Fix WebCodecs type error

This commit is contained in:
Robin
2026-01-05 17:46:04 +01:00
parent b9afaab556
commit 1006d06b04
4 changed files with 147 additions and 22 deletions

View File

@@ -34,10 +34,6 @@ export default {
// then Knip will flag it as a false positive
// https://github.com/webpro-nl/knip/issues/766
"@vector-im/compound-web",
// We need this so that TypeScript is happy with @livekit/track-processors.
// This might be a bug in the LiveKit repo but for now we fix it on the
// Element Call side.
"@types/dom-mediacapture-transform",
"matrix-widget-api",
],
ignoreExportsUsedInFile: true,