We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hookable
1 parent 34ec0ee commit 3bad2dcCopy full SHA for 3bad2dc
src/config.ts
@@ -35,7 +35,7 @@ export interface ModuleOptions {
35
*
36
* @default false
37
*/
38
- hookable: boolean
+ hookable?: boolean
39
}
40
41
export const DEFAULTS: Required<Omit<ModuleOptions, 'logLevel'>> & { logLevel?: LogLevel } = {
0 commit comments