Skip to content

Commit

Permalink
relax CLIFlags type
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Oct 18, 2020
1 parent 4e7dff9 commit b56d53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowpack/src/types/snowpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export interface CLIFlags extends Omit<InstallOptions, 'env'> {
secure?: boolean;
verbose?: boolean;
quiet?: boolean;
[flag: string]: any;
}

export interface ImportMap {
Expand Down

1 comment on commit b56d53b

@vercel
Copy link

@vercel vercel bot commented on b56d53b Oct 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.