mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Set the ScriptTarget of ESNext to be 99 so it doesn't change between releases
This commit is contained in:
parent
e8bc733d41
commit
7f071d2a1b
@ -4808,7 +4808,7 @@ namespace ts {
|
||||
ES2018 = 5,
|
||||
ES2019 = 6,
|
||||
ES2020 = 7,
|
||||
ESNext = 8,
|
||||
ESNext = 99,
|
||||
JSON = 100,
|
||||
Latest = ESNext,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user