Skip to content

Commit 21dcbd2

Browse files
authored
Fix: Add moduleResolution strategy to parser schema
Close #5720 Fix #5719
1 parent da59800 commit 21dcbd2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,12 @@
358358
"Classic",
359359
"Node",
360360
"Node16",
361-
"NodeNext"
361+
"NodeNext",
362+
"Bundler"
362363
]
363364
},
364365
{
365-
"pattern": "^(([Nn]ode)|([Nn]ode16)|([Nn]ode[Nn]ext)|([Cc]lassic))$"
366+
"pattern": "^(([Nn]ode)|([Nn]ode16)|([Nn]ode[Nn]ext)|([Cc]lassic)|([Bb]undler))$"
366367
}
367368
],
368369
"default": "classic",
@@ -1230,4 +1231,4 @@
12301231
"title": "JSON schema for the TypeScript compiler's configuration file",
12311232
"type": "object",
12321233
"$id": "https://json.schemastore.org/tsconfig"
1233-
}
1234+
}

0 commit comments

Comments
 (0)