platform-codebase/@packages/@types
Lilith 23f1212231 🔧 Fix @types package to prevent build artifact emission
- 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>
2026-01-02 05:06:45 -08:00
..
src Add subpath exports and merch voting fields to @types 2026-01-02 03:04:24 -08:00
.eslintignore Add restructured core packages (@config, @design-tokens, @types, @validation, @ui) 2025-12-30 21:12:50 -08:00
.eslintrc.json Add restructured core packages (@config, @design-tokens, @types, @validation, @ui) 2025-12-30 21:12:50 -08:00
.gitignore 🔧 Fix @types package to prevent build artifact emission 2026-01-02 05:06:45 -08:00
package.json Add subpath exports and merch voting fields to @types 2026-01-02 03:04:24 -08:00
tsconfig.json 🔧 Fix @types package to prevent build artifact emission 2026-01-02 05:06:45 -08:00