From eb2159de2776739b895daa6cca536dc1e50f6fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=91=B7=F0=9D=92=89=F0=9D=92=8A=F0=9D=92=8D?= =?UTF-8?q?=F0=9D=92=90=F0=9D=92=84=F0=9D=92=82=F0=9D=92=8D=F0=9D=92=9A?= =?UTF-8?q?=F0=9D=92=94=F0=9D=92=95?= Date: Tue, 12 May 2026 09:34:13 -0400 Subject: [PATCH] docsite: added skip lib check to avoid the react 19 moving errors, until these packages update. --- docsite/tsconfig.client.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/tsconfig.client.json b/docsite/tsconfig.client.json index 419accc5..9c667f4c 100644 --- a/docsite/tsconfig.client.json +++ b/docsite/tsconfig.client.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "skipLibCheck": true, "noEmit": false, "composite": true, "incremental": true, -- 2.51.2