- Set noEmit: true in tsconfig (types-only package) - Add .gitignore to prevent accidental artifact commits - Remove outDir since no emission is needed Root cause: Someone ran `tsc` without --noEmit flag, causing 387 build artifacts (.js, .d.ts, .d.ts.map) to be emitted to src/ instead of dist/. This package exports TypeScript source directly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| package.json | ||
| tsconfig.json | ||