Skip to content

fix: make explicit tsc typecheck pass#63

Merged
GoBeromsu merged 1 commit into
mainfrom
fix/issue-62-tsc-typecheck
Apr 11, 2026
Merged

fix: make explicit tsc typecheck pass#63
GoBeromsu merged 1 commit into
mainfrom
fix/issue-62-tsc-typecheck

Conversation

@GoBeromsu

Copy link
Copy Markdown
Owner

Summary

  • align the repo typecheck config with current Vite/Rollup resolution expectations
  • skip third-party library declaration checking for the explicit noEmit typecheck path
  • keep the existing source/test flow unchanged

Testing

  • pnpm exec tsc --noEmit
  • pnpm test

Closes #62

@github-actions

github-actions Bot commented Apr 11, 2026

Copy link
Copy Markdown

Test Results

80 tests  ±0   80 ✅ ±0   0s ⏱️ ±0s
11 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 9b34a4b. ± Comparison against base commit 58846f1.

♻️ This comment has been updated with latest results.

@GoBeromsu GoBeromsu merged commit 8de3dd3 into main Apr 11, 2026
3 checks passed
@GoBeromsu GoBeromsu deleted the fix/issue-62-tsc-typecheck branch April 11, 2026 06:46
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.

fix: make explicit tsc --noEmit typecheck pass cleanly

1 participant