diff --git a/maxun-core/tsconfig.json b/maxun-core/tsconfig.json index 68c3ead7..b7a62113 100644 --- a/maxun-core/tsconfig.json +++ b/maxun-core/tsconfig.json @@ -5,7 +5,8 @@ "allowJs": true, "target": "es6", "module": "commonjs", - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "include": ["src"] }