Skip to content

Conversation

@yujonglee
Copy link
Contributor

Ensure TypeScript typecheck runs with the correct tsconfig by passing --project tsconfig.json to tsc. The CI typecheck was failing due to implicit-any and missing module resolution because tsc was not using the app's local tsconfig; this change makes the command explicit so pnpm -r typecheck passes in CI.

Ensure TypeScript typecheck runs with the correct tsconfig by passing --project tsconfig.json to tsc. The CI typecheck was failing due to implicit-any and missing module resolution because tsc was not using the app's local tsconfig; this change makes the command explicit so pnpm -r typecheck passes in CI.
@netlify
Copy link

netlify bot commented Nov 18, 2025

Deploy Preview for hyprnote ready!

Name Link
🔨 Latest commit 6a16672
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/691d07184d434e00083dd142
😎 Deploy Preview https://deploy-preview-1722--hyprnote.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@yujonglee yujonglee merged commit 56f77fe into main Nov 18, 2025
5 of 7 checks passed
@yujonglee yujonglee deleted the fix-web-typecheck-tsconfig branch November 18, 2025 23:54
@coderabbitai
Copy link

coderabbitai bot commented Nov 18, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Updated the typecheck script in apps/web/package.json to explicitly specify tsconfig.json as the project configuration for TypeScript compilation using the --project flag.

Changes

Cohort / File(s) Summary
TypeScript Configuration
apps/web/package.json
Modified typecheck script to pass --project tsconfig.json to tsc, explicitly specifying the TypeScript configuration file

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-web-typecheck-tsconfig

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8953a96 and 6a16672.

📒 Files selected for processing (1)
  • apps/web/package.json (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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