diff --git a/tsconfig.json b/tsconfig.json index 189d89e..e439796 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,9 @@ "sourceRoot": "src", "strict": true, "strictNullChecks": true, - "target": "es2015" + "target": "es2015", + + "skipLibCheck": true, }, "include": ["src/**/*.ts"] }