Merge pull request #22138 from uniqueiniquity/conflictingDefinitionsError

Update category for TS4090 to Error
This commit is contained in:
Benjamin Lichtman
2018-02-28 14:22:41 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -2602,7 +2602,7 @@
"code": 4083
},
"Conflicting definitions for '{0}' found at '{1}' and '{2}'. Consider installing a specific version of this library to resolve the conflict.": {
"category": "Message",
"category": "Error",
"code": 4090
},
"Parameter '{0}' of index signature from exported interface has or is using name '{1}' from private module '{2}'.": {