From 5544c6eedc9a10223e184a2ef93c5390a26c8fa7 Mon Sep 17 00:00:00 2001 From: ProcC99 Date: Sun, 14 Jun 2026 01:34:13 +0200 Subject: [PATCH] Fix CI build configuration --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 97a9298..ae43f6d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "importHelpers": true, "isolatedModules": true, "strictNullChecks": true, + "skipLibCheck": true, "lib": ["ES2018", "DOM"] }, "include": ["src/**/*.ts"]