diff --git a/tsconfig.json b/tsconfig.json index a9a31b9..ba012bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "noUncheckedIndexedAccess": true, "esModuleInterop": true, "resolveJsonModule": true, - "skipLibCheck": false + "skipLibCheck": true }, "include": ["src"], "exclude": ["**/*.test.js"]