From 83f28f47463df37e1ce82d5be4e3a765eb5f4e7b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 23 Jan 2026 18:18:49 +0530 Subject: [PATCH] chore(ts): set skipLibCheck true --- maxun-core/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] }