Skip to content

Commit

Permalink
Export config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoson committed Aug 3, 2022
1 parent 56785c8 commit c2acffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function getShortName(file: string, root: string) {
}

/** Plugin configuration */
interface Config extends WatchOptions {
export interface Config extends WatchOptions {
/**
* Whether the page should be reloaded regardless of which file is modified.
* @default false
Expand Down

0 comments on commit c2acffc

Please sign in to comment.