Add command line flag to allow synthetic default exports

This commit is contained in:
Wesley Wigham
2015-11-09 14:24:19 -08:00
parent 4cba1b2b76
commit a32f44f9f4
26 changed files with 424 additions and 1 deletions

View File

@@ -279,6 +279,11 @@ namespace ts {
name: "forceConsistentCasingInFileNames",
type: "boolean",
description: Diagnostics.Disallow_inconsistently_cased_references_to_the_same_file
},
{
name: "allowSyntheticDefaultImports",
type: "boolean",
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export
}
];