- Fixed index.ts to use named exports instead of default imports (all hooks use named exports)
- Added tsconfig.json for proper TypeScript configuration
- Renamed INTEGRATION_EXAMPLES.ts to .tsx (JSX file)
- Configured tsconfig to only type-check core production hooks
The 104 production-ready hooks now export correctly as named exports from @metabuilder/hooks.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>