backgroundBlur squashed

This commit is contained in:
Timo
2024-12-02 17:36:55 +01:00
parent a37c3bfb48
commit cc2cd22e0a
8 changed files with 201 additions and 15 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,