Skip to content

Commit

Permalink
fix: config type issue in strict mode (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Shigma <shigma10826@gmail.com>
  • Loading branch information
lgc2333 and shigma authored Aug 14, 2024
1 parent cac028c commit 4e54b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Puppeteer extends Service {
namespace Puppeteer {
export const filter = false

type LaunchOptions = Parameters<typeof puppeteer.launch>[0]
type LaunchOptions = Parameters<typeof puppeteer.launch>[0] & {}

export interface Config extends LaunchOptions {}

Expand Down

0 comments on commit 4e54b40

Please sign in to comment.