diff --git a/tsconfig.json b/tsconfig.json index b98e479..9cbda25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,8 @@ "strict": true, "strictNullChecks": true, "outDir": "lib", - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "include": ["src/**/*"] -} \ No newline at end of file +}