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