Skip to content

Continuous integration failures#1

Merged
kentcdodds merged 1 commit intomainfrom
cursor/continuous-integration-failures-3a62
Jan 31, 2026
Merged

Continuous integration failures#1
kentcdodds merged 1 commit intomainfrom
cursor/continuous-integration-failures-3a62

Conversation

@kentcdodds
Copy link
Member

@kentcdodds kentcdodds commented Jan 31, 2026

Simplify root tsconfig.json and adjust typecheck script to fix CI failures by avoiding project references.


Open in Cursor Open in Web


Note

Low Risk
Build/config-only change; main risk is unintentionally changing which files are included in typechecking by no longer following project references.

Overview
Resolves CI typecheck failures by switching the root typecheck script from tsc -b (project build mode) to tsc -p tsconfig.json.

Simplifies root tsconfig.json by removing files/references and only extends tsconfig.base.json, avoiding multi-project reference builds.

Written by Cursor Bugbot for commit 09eafde. This will update automatically on new commits. Configure here.

Co-authored-by: me <me@kentcdodds.com>
@cursor
Copy link

cursor bot commented Jan 31, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@kentcdodds kentcdodds marked this pull request as ready for review January 31, 2026 17:41
@kentcdodds kentcdodds merged commit e09fc88 into main Jan 31, 2026
6 checks passed
@kentcdodds kentcdodds deleted the cursor/continuous-integration-failures-3a62 branch January 31, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants