diff --git a/tsconfig.json b/tsconfig.json index ac1694e..f8e0db1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,