Fix styled-components type errors by adding skipLibCheck

This commit is contained in:
2026-01-17 18:38:04 +03:00
parent cb95c15e63
commit 947c1cb449
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"composite": true,
"target": "ES2020",
"skipLibCheck": true,
/* FIXME Dropzone is problematic with nodenext resolution */
"module": "ESNext",
"moduleResolution": "Bundler",