From 71f277e6c22bfbe6da91de4b77be06023c6e9a55 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 f708dc335..7aad91d9d 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -9,8 +9,6 @@ "sourceMap": true, "target": "es5", - "skipLibCheck": true, - "allowUnreachableCode": false, "allowUnusedLabels": false, "exactOptionalPropertyTypes": true,