fix: resolve pre-existing typecheck errors (zod v4 compat + RCS web exclude)

This commit is contained in:
claude-code-best
2026-05-28 21:12:02 +08:00
parent 124e3219d1
commit 0e39283631
9 changed files with 11 additions and 11 deletions

View File

@@ -32,5 +32,5 @@
"packages/**/*.ts",
"packages/**/*.tsx"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "packages/remote-control-server/web"]
}