Skip to content

Commit

Permalink
fix: make hookable option not required (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot authored Dec 4, 2023
1 parent 34ec0ee commit 3bad2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface ModuleOptions {
*
* @default false
*/
hookable: boolean
hookable?: boolean
}

export const DEFAULTS: Required<Omit<ModuleOptions, 'logLevel'>> & { logLevel?: LogLevel } = {
Expand Down

0 comments on commit 3bad2dc

Please sign in to comment.