properly add @livekit/track-processors

This commit is contained in:
Timo
2024-11-27 20:15:37 +01:00
committed by Hugh Nimmo-Smith
parent ae71c6e679
commit a6745ef34a
2 changed files with 6 additions and 4 deletions

View File

@@ -24,6 +24,10 @@ 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 the eslint 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,