fix: add skipLibCheck for styled-components compatibility

This commit is contained in:
2026-01-17 19:40:48 +03:00
parent b85ad382b5
commit 0bd174ccd6
+3 -1
View File
@@ -3,7 +3,9 @@
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src"
"rootDir": "./src",
// Required for styled-components v6 declaration emission compatibility
"skipLibCheck": true
},
"exclude": [
"**/*.spec.ts"