From 5d168de9e6cd22df187464f52236772379777ce5 Mon Sep 17 00:00:00 2001 From: dskvr Date: Sat, 26 Oct 2024 13:22:55 +0200 Subject: [PATCH] add ts-ignore --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ee2dfc8..b21d7bf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,8 @@ import { Subject, BehaviorSubject } from 'rxjs'; +//@ts-ignore: multi-stage build hack to facilitate inline base64 wasm within an inline web-worker. import MineWorker from '../dist/mine.worker.js'; - export interface MinerOptions { content?: string; tags?: string[][];