Skip to content

Commit a24e4b0

Browse files
committed
Undo accidental push to master
1 parent 7f071d2 commit a24e4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4808,7 +4808,7 @@ namespace ts {
48084808
ES2018 = 5,
48094809
ES2019 = 6,
48104810
ES2020 = 7,
4811-
ESNext = 99,
4811+
ESNext = 8,
48124812
JSON = 100,
48134813
Latest = ESNext,
48144814
}

0 commit comments

Comments
 (0)