Skip to content

Commit 991262e

Browse files
committed
Add missing config fields to type
1 parent 26bf006 commit 991262e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.opt-in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit

types/config.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ export interface Config {
44
eventWrapper(cb: (...args: any[]) => any): void
55
asyncUtilTimeout: number
66
defaultHidden: boolean
7+
showOriginalStrackTrace: boolean
78
throwSuggestions: boolean
9+
getElementError: (message: string, container: HTMLElement) => Error
810
}
911

1012
export interface ConfigFn {

0 commit comments

Comments
 (0)