diff --git a/tsconfig.json b/tsconfig.json index 7c8e8c7..a526f0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "resolveJsonModule": true, "outDir": "lib", "rootDir": "src", + "skipLibCheck": true, "strict": true, "strictNullChecks": true, "target": "es2017",