diff --git a/tsconfig.json b/tsconfig.json index 05aaa09..8408dd9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, + "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "es6",