Skip to content

Commit 282e724

Browse files
committed
Set the ModuleKind value for ESNext to be 99 so it doesn't change between releases (and yet another module system?!)
1 parent 5f6cdf1 commit 282e724

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
@@ -4760,7 +4760,7 @@ namespace ts {
47604760
UMD = 3,
47614761
System = 4,
47624762
ES2015 = 5,
4763-
ESNext = 6
4763+
ESNext = 99
47644764
}
47654765

47664766
export const enum JsxEmit {

0 commit comments

Comments
 (0)