Add additional diagnostic message for tsconfig.json

This commit is contained in:
Daniel
2018-01-13 16:51:12 +07:00
parent 6f28b0ac25
commit 94f9e67a24

View File

@@ -3451,6 +3451,10 @@
"category": "Error",
"code": 6189
},
"Specify library files to be included in the compilation.": {
"category": "Message",
"code": 6190
},
"Variable '{0}' implicitly has an '{1}' type.": {
"category": "Error",
"code": 7005