Skip to content

Commit

Permalink
add ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Oct 26, 2024
1 parent b5b4768 commit 5d168de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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[][];
Expand Down

0 comments on commit 5d168de

Please sign in to comment.