diff --git a/tsconfig.json b/tsconfig.json index ce6861a..56521b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "sourceMap": true, "outDir": "./dist", "allowSyntheticDefaultImports": true, - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "exclude": [ "node_modules"