Closed lawvs closed 2 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 |
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.
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.