### Describe the feature you'd like to request A starter example component library where each component is published as its own NPM package. ### Describe the solution you'd like - Turborepo - SWC for compilation and test running (through Jest) - Package publishing (could be Lerna or something else) - ESLint - TypeScript - A way to view components ### Describe alternatives you've considered Maybe [tsup](https://github.com/vercel/turborepo/blob/main/examples/kitchen-sink/packages/ui/package.json#L15) is a better solution here? Open to suggestions. Storybook doesn't seem like the right choice because it brings in webpack and Babel and ideally this solution avoids those entirely.