Undo accidental push to master

This commit is contained in:
Orta Therox 2019-07-17 18:24:35 -04:00
parent 7f071d2a1b
commit a24e4b0d2c

View file

@ -4808,7 +4808,7 @@ namespace ts {
ES2018 = 5,
ES2019 = 6,
ES2020 = 7,
ESNext = 99,
ESNext = 8,
JSON = 100,
Latest = ESNext,
}