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 d9efc3bae2 - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@
"sourceMap": true, "sourceMap": true,
"jsx": "react-jsx", "jsx": "react-jsx",
"jsxImportSource": "preact", "jsxImportSource": "preact",
"skipLibCheck": true "types": ["golang-wasm-exec", "qrcode"]
}, },
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": ["node_modules"] "exclude": ["node_modules"]