voidzero-dev / voidzero-dev/vite-plus
`vp create` monorepo vite.config.ts is invalid
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 261
- Avg merge
- 1d 34m
- Merged PRs (30d)
- 135
Description
### Description
at the moment, `vp create` monorepo config is not ideal. packages/utils `vite.config.ts` has `lint.options.typeCheck` and `lint.options.typeCheck`. but it works only on root config file. so we can remove it. `vp create` is entry of using vite+, so it should be ideal and valid.
### Suggested solution
remove that config.
### Alternative
support that option. but it's not include roadmap. so we should fix this problem with remove option IMO.
### Additional context
_No response_
### Validations
- [x] Read the [Contributing Guidelines](https://github.com/voidzero-dev/vite-plus/blob/main/CONTRIBUTING.md).
- [x] Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
- [x] Check that there isn't already an issue requesting the same feature.
Contributor guide
Assessment
This issue has not been assessed yet.