We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76264f7 commit f1ffb89Copy full SHA for f1ffb89
packages/parser-typescript-config/src/schema.json
@@ -557,6 +557,7 @@
557
"ES2020",
558
"ES2021",
559
"ES2022",
560
+ "ES2024",
561
"ESNext"
562
]
563
},
@@ -868,6 +869,10 @@
868
869
{
870
"pattern": "^[Ee][Ss]2022(\\.([Aa][Rr][Rr][Aa][Yy]|[Ee][Rr][Rr][Oo][Rr]|[Ii][Nn][Tt][Ll]|[Oo][Bb][Jj][Ee][Cc][Tt]|[Ss][Tt][Rr][Ii][Nn][Gg]))?$"
871
872
+ {
873
+ "pattern": "^[Ee][Ss]2024(\\.[A-Za-z]+)?$"
874
+ },
875
+
876
877
"pattern": "^[Ee][Ss][Nn][Ee][Xx][Tt](\\.([Aa][Rr][Rr][Aa][Yy]|[Aa][Ss][Yy][Nn][Cc][Ii][Tt][Ee][Rr][Aa][Bb][Ll][Ee]|[Bb][Ii][Gg][Ii][Nn][Tt]|[Ii][Nn][Tt][Ll]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Ss][Yy][Mm][Bb][Oo][Ll]|[Ww][Ee][Aa][Kk][Rr][Ee][Ff]))?$"
878
0 commit comments