Add flag to emit modules in loose mode

This commit is contained in:
Mohamed Hegazy
2016-02-03 14:16:09 -08:00
parent 1154ab8def
commit 10522f9eee
24 changed files with 158 additions and 20 deletions

View File

@@ -320,6 +320,11 @@ namespace ts {
name: "allowSyntheticDefaultImports",
type: "boolean",
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
},
{
name: "emitModulesInLooseMode",
type: "boolean",
description: Diagnostics.Do_not_emit_use_strict_directives_in_module_output
}
];