Skip to content

Commit

Permalink
Set the ScriptTarget of ESNext to be 99 so it doesn't change between …
Browse files Browse the repository at this point in the history
…releases
  • Loading branch information
orta committed Jul 17, 2019
1 parent a24e4b0 commit 5f6cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4808,7 +4808,7 @@ namespace ts {
ES2018 = 5,
ES2019 = 6,
ES2020 = 7,
ESNext = 8,
ESNext = 99,
JSON = 100,
Latest = ESNext,
}
Expand Down

0 comments on commit 5f6cdf1

Please sign in to comment.