fix(tsconnect): skipLibCheck to avoid monorepo @types conflicts #3

Merged
codinget merged 2 commits from feat/example-app into webnet 2026-04-19 01:46:19 +02:00
Showing only changes of commit 9e36a7f27f - Show all commits
+2 -1
View File
@@ -8,7 +8,8 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"sourceMap": true, "sourceMap": true,
"jsx": "react-jsx", "jsx": "react-jsx",
"jsxImportSource": "preact" "jsxImportSource": "preact",
"skipLibCheck": true
}, },
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": ["node_modules"] "exclude": ["node_modules"]