Skip to content

Commit ee87f10

Browse files
committed
Redirect node to bundler
1 parent 714d734 commit ee87f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
963963
type: new Map(getEntries({
964964
// N.B. The first entry specifies the value shown in `tsc --init`
965965
node10: ModuleResolutionKind.Node10,
966-
node: ModuleResolutionKind.Node10,
966+
node: ModuleResolutionKind.Bundler,
967967
classic: ModuleResolutionKind.Classic,
968968
node16: ModuleResolutionKind.Node16,
969969
nodenext: ModuleResolutionKind.NodeNext,

0 commit comments

Comments
 (0)