Skip to content

Commit 5b34bc0

Browse files
authored
fix: make all overlay options optional (#9)
1 parent e7a497a commit 5b34bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type PluginOptions = {
4242
* Modify the behavior of the error overlay.
4343
* @default false
4444
*/
45-
overlay?: boolean | OverlayOptions;
45+
overlay?: boolean | Partial<OverlayOptions>;
4646
};
4747

4848
export interface NormalizedPluginOptions extends Required<PluginOptions> {

0 commit comments

Comments
 (0)