From 60ba286498f316f6b3d1d6855294aa1201fa2d6d Mon Sep 17 00:00:00 2001 From: Emmanuel Yeboah Date: Wed, 31 Jan 2024 11:43:27 +0000 Subject: [PATCH] chore: minor update --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 62ca162..5d40527 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,8 @@ "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "include": ["src/**/*", "__tests__/**/*"] }