Open
Description
What is the problem this feature would solve?
In monorepo typescript project we always alias .ts
file in development env to enable hot-reload.
But publish the package should set package.json exports
to dist
paths.
What is the feature you are proposing to solve the problem?
We need the override publishConfig
to improve DX.
reference:
https://pnpm.io/package_json#publishconfig
What alternatives have you considered?
No response