From 947c1cb449b7f0da35be29f12f7a81dc4a084a28 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 17 Jan 2026 18:38:04 +0300 Subject: [PATCH] Fix styled-components type errors by adding skipLibCheck --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 1c38ae7..33a2e95 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,6 +3,7 @@ "compilerOptions": { "composite": true, "target": "ES2020", + "skipLibCheck": true, /* FIXME Dropzone is problematic with nodenext resolution */ "module": "ESNext", "moduleResolution": "Bundler",