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:
Yunfei He
2026-05-26 23:14:41 +08:00
parent 54b5394e88
commit 9e7449b1ee
4 changed files with 43 additions and 56 deletions
+2 -1
View File
@@ -17,5 +17,6 @@
"skipLibCheck": true,
"jsx": "preserve",
"jsxImportSource": "vue"
}
},
"exclude": ["integration/pty/fixtures"]
}