update description

This commit is contained in:
Wesley Wigham 2015-11-25 17:27:07 -08:00
parent f28958fe18
commit adc3f2bd19
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ namespace ts {
{
name: "allowSyntheticDefaultImports",
type: "boolean",
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
},
{
name: "allowJs",

View File

@ -2109,7 +2109,7 @@
"category": "Message",
"code": 6010
},
"Allow default imports from modules with no default export": {
"Allow default imports from modules with no default export. This does not affect code emit, just typechecking.": {
"category": "Message",
"code": 6011
},