We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738d570 commit dc9f529Copy full SHA for dc9f529
packages/core/src/config/types/easycom.ts
@@ -1,4 +1,4 @@
1
export interface EasyCom {
2
- autoscan: boolean
3
- custom: Record<string, string>
+ autoscan?: boolean
+ custom?: Record<string, string>
4
}
0 commit comments