diff --git a/tsconfig.json b/tsconfig.json index 1b380ac..7ec6258 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "noUnusedLocals": true, "forceConsistentCasingInFileNames": true, "strict": true, - "suppressImplicitAnyIndexErrors": true + "suppressImplicitAnyIndexErrors": true, + "skipLibCheck": true }, "include": ["src/*"] }