Skip to content

Commit cd6152e

Browse files
committed
remove 'experimental' from 'moduleResolution' command line argument
1 parent 5542e39 commit cd6152e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 1 deletion
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)