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.
1 parent caf76e3 commit eeb11ecCopy full SHA for eeb11ec
types/config.d.ts
@@ -3,6 +3,7 @@ export interface Config {
3
asyncWrapper(cb: (...args: any[]) => any): Promise<any>;
4
asyncUtilTimeout: number;
5
defaultHidden: boolean;
6
+ throwSuggestions: boolean;
7
}
8
9
export interface ConfigFn {
0 commit comments