Sibling workspace module's node_modules should not be transpiled #52
Open
Description
The documentation says:
Dependencies defined in
package.json
ornode_modules
will never be transpiled.
This is not entirely true. In a pnpm project with multiple workspaces, node_modules
coming from a sibling workspace module are transpiled. I believe they should not, similar to the module's own node_modules
.
Metadata
Assignees
Labels
No labels