d6befcfa91
- fix entry point path from `index.js` to `src/index.js` compiled to `dist/index.js` - update file tree to show `src/` as source root and `dist/` as published output - update `package.json` example with correct `main`, `exports`, `files`, and build scripts - add explanation of mandatory pre-build step before publish - document why JSX must be compiled (turbopackIgnore + Node native resolution) - add minimal `tsup.config.js` example with `bundle: false` and JSX loader - add verification step to check compiled output before publishing