chore: exclude PTY fixtures from main tsconfig + lint
Fixture files use jsx: react-jsx (via their own tsconfig) and have expected children type differences. Exclude from package-level checks. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,5 +17,6 @@
|
||||
"skipLibCheck": true,
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "vue"
|
||||
}
|
||||
},
|
||||
"exclude": ["integration/pty/fixtures"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user