Skip to content

Commit 218bf63

Browse files
committed
corrected compiler/target
1 parent 76264f7 commit 218bf63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/parser-typescript-config/src/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@
546546
"anyOf": [
547547
{
548548
"enum": [
549+
550+
549551
"ES3",
550552
"ES5",
551553
"ES6",
@@ -558,6 +560,7 @@
558560
"ES2021",
559561
"ES2022",
560562
"ESNext"
563+
561564
]
562565
},
563566
{
@@ -608,6 +611,8 @@
608611
"useFsEventsOnParentDirectory",
609612
"fixedChunkSizePolling"
610613
],
614+
615+
611616
"default": "useFsEvents"
612617
},
613618
"experimentalDecorators": {

0 commit comments

Comments
 (0)