Skip to content

Commit

Permalink
chore: add target es2023 (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 17, 2024
1 parent 76dc18b commit fc72d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export type EsTarget =
| 'es2020'
| 'es2021'
| 'es2022'
| 'es2023'
| 'esnext'

export type Target = BrowserTarget | BrowserTargetWithVersion | EsTarget
Expand Down

0 comments on commit fc72d45

Please sign in to comment.