From b6d528ad58a0da50fcce7005b60010f868de8386 Mon Sep 17 00:00:00 2001 From: Andreas Sepp Date: Tue, 16 Sep 2025 15:05:26 +0300 Subject: [PATCH] GRAL-5406 skipLibCheck during TS compile --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f7990259..e92797d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "target": "ES6", "declaration": true, "esModuleInterop": true, - "moduleResolution": "node16" + "moduleResolution": "node16", + "skipLibCheck": true }, "include": ["src/**/*"] }