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 218bf63Copy full SHA for 218bf63
packages/parser-typescript-config/src/schema.json
@@ -546,6 +546,8 @@
546
"anyOf": [
547
{
548
"enum": [
549
+
550
551
"ES3",
552
"ES5",
553
"ES6",
@@ -558,6 +560,7 @@
558
560
"ES2021",
559
561
"ES2022",
562
"ESNext"
563
564
]
565
},
566
@@ -608,6 +611,8 @@
608
611
"useFsEventsOnParentDirectory",
609
612
"fixedChunkSizePolling"
610
613
],
614
615
616
"default": "useFsEvents"
617
618
"experimentalDecorators": {
0 commit comments