From 98b42d4fd02ad074dfc56d3ecdd1b29e8dda36ad Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Fri, 11 Nov 2022 16:32:46 -0600 Subject: [PATCH] chore: skip lib check --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 07b10b2..568bfcc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "skipLibCheck": true, "declaration": true, "esModuleInterop": true, "module": "commonjs",