From f2e5ba82953eb5d668e0f8cd9fe6dda1e6085342 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Tue, 10 Sep 2024 17:16:23 -0700 Subject: [PATCH] skip library check due to conflicts with tfjs types and strict null checks --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ffdc6a6..0803050 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "skipLibCheck": true, "alwaysStrict": true, "esModuleInterop": true, "experimentalDecorators": true,