mirror of https://github.com/vector-im/riot-web
add valuable ts-ignore
parent
296d5d1d5e
commit
12761fd823
|
@ -16,6 +16,7 @@ limitations under the License.
|
|||
|
||||
import { defer, IDeferred } from "matrix-js-sdk/src/utils";
|
||||
|
||||
// @ts-ignore - `.ts` is needed here to make TS happy
|
||||
import BlurhashWorker from "./workers/blurhash.worker.ts";
|
||||
|
||||
interface IBlurhashWorkerResponse {
|
||||
|
|
Loading…
Reference in New Issue