mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
- Switch from pure tsup to hybrid tsup + tsc approach for declaration generation - Update build script to use 'tsup && tsc --emitDeclarationOnly' - Disable tsup's DTS generation to avoid conflicts with TypeScript composite projects - Ensure all component state definitions have proper .d.ts files generated - Fix build pipeline that was requiring manual dist file modifications This resolves the fundamental build system issue where TypeScript declarations weren't being properly generated, eliminating the need for manual dist file edits. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>