mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
fix: wider restriction for target option (#1118)
This commit is contained in:
parent
a03db4c1ab
commit
1979b06a80
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user