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:
parent
6a31331ac4
commit
69bd822499
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue