diff --git a/tsconfig.json b/tsconfig.json index e7bfab5..e6b4552 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "outDir": "./dist", "esModuleInterop": true, "baseUrl": "./", + "skipLibCheck": true, "incremental": true }, "exclude": ["node_modules", "dist"]