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";
|
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";
|
import BlurhashWorker from "./workers/blurhash.worker.ts";
|
||||||
|
|
||||||
interface IBlurhashWorkerResponse {
|
interface IBlurhashWorkerResponse {
|
||||||
|
|
Loading…
Reference in New Issue