### Clear and concise description of the problem 在monorepo 项目中,支持按规则拆分到自定义位置,这样使得一些公共的依赖包也可以使用auto-import的能力,从而使得ts不报错 ### Suggested solution 需要增加一个参数配置,使得能够支持此项功能 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Follow our [Code of Conduct](https://github.com/unplugin/.github/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://github.com/antfu/contribute). - [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Clear and concise description of the problem
在monorepo 项目中,支持按规则拆分到自定义位置,这样使得一些公共的依赖包也可以使用auto-import的能力,从而使得ts不报错
Suggested solution
需要增加一个参数配置,使得能够支持此项功能
Alternative
No response
Additional context
No response
Validations