Skip to content

Commit b613578

Browse files
committed
fix(config): exclude PTY snapshot fixtures from tsgo typecheck
The fixtures under crates/vite_cli_snapshots/tests are workspaces under test, not repo code, same as the existing snap-tests excludes. Claude-Session: https://claude.ai/code/session_01NRgjMi2Vus3iJctudGEWPT
1 parent e8c36d4 commit b613578

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"verbatimModuleSyntax": true
1717
},
1818
"exclude": [
19+
// PTY snapshot fixtures are workspaces under test, not repo code
20+
"crates/vite_cli_snapshots/tests",
1921
"packages/cli/docs",
2022
"packages/cli/snap-tests",
2123
"packages/cli/snap-tests-global",

0 commit comments

Comments
 (0)