diff --git a/src/index.ts b/src/index.ts index 7ac5f38..20b2de2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ import randomWords from 'random-words'; +// @ts-ignore const startSearch = () => { const iframe = document.getElementById('msBingFrame') as HTMLIFrameElement; const minDelayInput = document.getElementById('minDelay') as HTMLInputElement;