You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: modernize blueprint with Node.js 24, tsup, and Volta
Major updates to the TypeScript monorepo blueprint:
- Upgrade Node.js requirement to >=24 (latest LTS with enhanced TypeScript support)
- Add Volta configuration for consistent Node.js and pnpm version management
- Replace tsc with tsup as primary build tool for all packages
- Convert all packages to ESM-first with "type": "module"
- Add tsup configurations following modern SDK patterns
- Update all dependencies to latest versions and resolve security vulnerabilities
- Update pnpm to 10.26.2 and fix packageManager field
- Enhance README with comprehensive build documentation
- Fix lint-staged command for biome compatibility
Build improvements:
- Zero-config bundling with automatic TypeScript compilation
- Tree shaking and source map generation
- ESM module output with proper exports configuration
- Faster builds and better development experience
0 commit comments