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 e7a497a commit 5b34bc0Copy full SHA for 5b34bc0
src/options.ts
@@ -42,7 +42,7 @@ export type PluginOptions = {
42
* Modify the behavior of the error overlay.
43
* @default false
44
*/
45
- overlay?: boolean | OverlayOptions;
+ overlay?: boolean | Partial<OverlayOptions>;
46
};
47
48
export interface NormalizedPluginOptions extends Required<PluginOptions> {
0 commit comments