Skip to content

Commit

Permalink
fix: wider restriction for target option (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado authored Sep 17, 2024
1 parent a03db4c commit 1979b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type EsTarget =
| 'es2023'
| 'esnext'

export type Target = BrowserTarget | BrowserTargetWithVersion | EsTarget
export type Target = BrowserTarget | BrowserTargetWithVersion | EsTarget | (string & {})

export type Entry = string[] | Record<string, string>

Expand Down

0 comments on commit 1979b06

Please sign in to comment.