fix(tsconnect): skipLibCheck to avoid monorepo @types conflicts #3
Merged
codinget
merged 2 commits from feat/example-app into webnet 1 week ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feat/example-app'
Deleting a branch is permanent. It CANNOT be undone. Continue?
When tsconnect is built inside a JS monorepo, TypeScript walks up the
directory tree and auto-discovers @types/eslint-scope and @types/ws
from the root node_modules, causing spurious type errors unrelated to
tsconnect itself. skipLibCheck suppresses these.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
d9efc3bae2into webnet 1 week agod9efc3bae2.