Skip to content

fix(ci): add placeholder src/index.ts so TypeScript finds inputs#5

Merged
TheDecipherist merged 1 commit intomainfrom
fix/ci-empty-src
Apr 19, 2026
Merged

fix(ci): add placeholder src/index.ts so TypeScript finds inputs#5
TheDecipherist merged 1 commit intomainfrom
fix/ci-empty-src

Conversation

@TheDecipherist
Copy link
Copy Markdown
Owner

Summary

  • CI was failing with TS18003: No inputs were found because src/ ships empty in the starter kit
  • Added a 3-line src/index.ts placeholder so tsc --noEmit has at least one file to process
  • No functional change — file just re-exports nothing

Test plan

  • CI passes on this PR
  • pnpm typecheck runs clean locally

🤖 Generated with Claude Code

tsc --noEmit fails with TS18003 when src/ has no .ts files.
Starter kit ships with an empty src/ by design, so this placeholder
satisfies the compiler without adding any real code.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@TheDecipherist TheDecipherist merged commit a595502 into main Apr 19, 2026
1 check failed
@TheDecipherist TheDecipherist deleted the fix/ci-empty-src branch April 19, 2026 00:23
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