INeedJobToStartWork / INeedJobToStartWork/Commit-Smile
🐞[BUG] - No TSDocs at `Config` Type and `deepMerge`
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### Issue Description
No TSDocs at `Config` Type and `deepMerge`
### CommitSmile Version
1.0.3
### Tested on Latest Version
- [X] Yes
### Reproduction
_No response_
### Process to Reproduce bug
```ts
export default defaultConfig({}).deepMerge({
prompts: {
description: false,
scopes: {
workspaces: true,
},
},
});
```
and any Config Usage
### Photo/Images Showing Bug
_No response_
### Logs
_No response_
### What we got - What we expected
Expect to have description for every property
### Additional Context
_No response_
### What did you try to fix it?
_No response_
### How did you solve it?
_No response_
### How problem can be solved?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.