change flag name

This commit is contained in:
Mohamed Hegazy
2016-02-05 16:30:01 -08:00
parent 1611f56481
commit 6f804e40ef
40 changed files with 100 additions and 100 deletions

View File

@@ -322,7 +322,7 @@ namespace ts {
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
},
{
name: "emitNonStrictModules",
name: "noImplicitUseStrict",
type: "boolean",
description: Diagnostics.Do_not_emit_use_strict_directives_in_module_output
}