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__/**/*"] }