mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Workspace packages (@roo-code/types, @roo-code/ipc, @roo-code/cloud) use NodeNext module resolution with .js extensions in TypeScript imports. Without proper bundler config, these resolve to literal .js files instead of the actual .ts source files, causing "Module not found" errors. - Add turbopack.root pointing to monorepo root (matching web-roo-code) - Add webpack resolve.extensionAlias to map .js -> .ts/.tsx for builds Fixes #11853 |
||
|---|---|---|
| .. | ||
| cli | ||
| vscode-e2e | ||
| vscode-nightly | ||
| web-evals | ||
| web-roo-code | ||