From 14e2d60b9b6dee84a53c37f05eefeb803787de04 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 13 Jul 2026 10:57:23 +0200 Subject: [PATCH] skipLibCheck --- app/tsconfig.json | 1 + app/tsconfig.main.json | 1 + 2 files changed, 2 insertions(+) diff --git a/app/tsconfig.json b/app/tsconfig.json index 6c60c794..2e66d925 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "removeComments": false, "esModuleInterop": true, + "skipLibCheck": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, diff --git a/app/tsconfig.main.json b/app/tsconfig.main.json index 7539265c..70f2940c 100644 --- a/app/tsconfig.main.json +++ b/app/tsconfig.main.json @@ -10,6 +10,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, + "skipLibCheck": true, "sourceMap": true, "noUnusedParameters": true, "noImplicitReturns": true,