RSSNext / Follow

🧡 Follow your favorites in one inbox
https://follow.is
GNU General Public License v3.0
17.07k stars 711 forks source link

fix: package export path for tsconfig #1690

Closed lawvs closed 2 hours ago

lawvs commented 22 hours ago

Update paths in package.json for exports and enable composite in tsconfig for better project structure and build management. Add project references in the renderer's tsconfig for improved module resolution.

vercel[bot] commented 22 hours ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
follow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 21, 2024 3:07pm
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **follow-external-ssr** | ⬜️ Ignored ([Inspect](https://vercel.com/rss3/follow-external-ssr/PyG8CMgdvBzvaoEgksHg2mH75LwK)) | [Visit Preview](https://follow-external-ssr-git-fix-export-path-rss3.vercel.app) | | Nov 21, 2024 3:07pm |
follow-reviewer-bot[bot] commented 22 hours ago

Suggested PR Title:

fix: update project configs for better module resolution

Change Summary: Modified package and TypeScript configurations to improve project structure and module resolution. This includes changes to export paths, enabling composite projects in tsconfig, and adding references between main and renderer.

Code Review: No change requests necessary.