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 f1ffb89 commit 5f4ed1fCopy full SHA for 5f4ed1f
packages/parser-typescript-config/src/schema.json
@@ -546,6 +546,8 @@
546
"anyOf": [
547
{
548
"enum": [
549
+
550
551
"ES3",
552
"ES5",
553
"ES6",
@@ -557,8 +559,10 @@
557
559
"ES2020",
558
560
"ES2021",
561
"ES2022",
562
+ "ES2023",
563
"ES2024",
564
"ESNext"
565
566
]
567
},
568
@@ -609,6 +613,8 @@
609
613
"useFsEventsOnParentDirectory",
610
614
"fixedChunkSizePolling"
611
615
],
616
617
612
618
"default": "useFsEvents"
619
620
"experimentalDecorators": {
@@ -869,6 +875,9 @@
869
875
870
876
"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
877
878
+ {
879
+ "pattern": "^[Ee][Ss]2023(\\.[A-Za-z]+)?$"
880
+ },
872
881
873
882
"pattern": "^[Ee][Ss]2024(\\.[A-Za-z]+)?$"
874
883
0 commit comments