We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target
1 parent a03db4c commit 1979b06Copy full SHA for 1979b06
src/options.ts
@@ -86,7 +86,7 @@ export type EsTarget =
86
| 'es2023'
87
| 'esnext'
88
89
-export type Target = BrowserTarget | BrowserTargetWithVersion | EsTarget
+export type Target = BrowserTarget | BrowserTargetWithVersion | EsTarget | (string & {})
90
91
export type Entry = string[] | Record<string, string>
92
0 commit comments