From 9cbc9baae35c8abac0dca119b34499dfb617df5a Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Mon, 6 Jun 2022 22:56:09 +0200 Subject: [PATCH] fix: add ts-ignore --- test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test.ts b/test.ts index 38943f7..339b639 100644 --- a/test.ts +++ b/test.ts @@ -1,4 +1,5 @@ import {execSync} from 'child_process'; +// @ts-ignore import {getTextFromImage} from './lib'; export function handler(): Promise {