Attempt to fix tsc warning on CI

Error: src/services/wasm/ffmpeg.ts(6,38): error TS2307: Cannot find module 'ffmpeg-wasm' or its corresponding type declarations.
This commit is contained in:
Manav Rathi 2024-04-05 21:59:18 +05:30
parent 6a31331ac4
commit 69bd822499
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
"@ente/accounts": "*",
"@ente/eslint-config": "*",
"@ente/shared": "*",
"ffmpeg-wasm": "file:../photos/thirdparty/ffmpeg-wasm",
"jszip": "3.10.1",
"mime-types": "^2.1.35"
},

View file

@ -2610,7 +2610,7 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"
"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm":
"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm", "ffmpeg-wasm@file:apps/photos/thirdparty/ffmpeg-wasm":
version "0.10.1"
dependencies:
is-url "^1.2.4"