Skip to content

Commit 06e2537

Browse files
committed
Merge pull request #4592 from Microsoft/noExperimetntalForModuleResolutionFlag
remove 'experimental' from 'moduleResolution' command line argument
2 parents 90b345c + 3e2be80 commit 06e2537

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/commandLineParser.ts

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ namespace ts {
243243
"node": ModuleResolutionKind.NodeJs,
244244
"classic": ModuleResolutionKind.Classic
245245
},
246-
experimental: true,
247246
description: Diagnostics.Specifies_module_resolution_strategy_Colon_node_Node_or_classic_TypeScript_pre_1_6
248247
}
249248
];

0 commit comments

Comments
 (0)