From d249eff274e73f1c72a0e9ca350f7e41bbb7e00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Thu, 12 Sep 2024 15:08:45 +0300 Subject: [PATCH] [frontend] Disabled skipLibCheck --- packages/frontend/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json index 167d4042..e496db96 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -9,8 +9,6 @@ "sourceMap": true, "target": "es2019", - "skipLibCheck": true, - "allowUnreachableCode": false, "allowUnusedLabels": false, "exactOptionalPropertyTypes": true,