From 3a8ae0defae628e86e67b4c079364d267b68c453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Po=C5=9Bpiech?= <37746259+piotrpospiech@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:11:23 +0200 Subject: [PATCH] reverted change - tsconfig - skipLibCheck --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c1cd1ace2..0e5ff170a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "skipLibCheck": true, "baseUrl": "packages", "declaration": true, "declarationMap": true,