Adds success message for tsconfig.json init

This commit is contained in:
Tingan Ho
2015-07-29 10:32:33 +08:00
parent db6e46df12
commit 07fb139326
3 changed files with 6 additions and 0 deletions

View File

@@ -2286,6 +2286,10 @@
"category": "Message",
"code": 6069
},
"Successfully created a tsconfig.json file.": {
"category": "Message",
"code": 6070
},
"Variable '{0}' implicitly has an '{1}' type.": {
"category": "Error",