Feature Request: Use Node module resolution when resolving config file via --config flag
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
In my monorepo I have one central tsup config I use for most of my packages, instead of having to specify node_modules/@scope/configs/path/to/config I would like to just say @scope/configs/tsup where I have tsup as an export defined in package.json exports property. Not sure if it is completely possible, but would simplify my package.json scripts I have everywhere.
Contributor guide
Assessment
This issue has not been assessed yet.