From 94f9e67a247f2d73ddff6935083f76812efd2a21 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 13 Jan 2018 16:51:12 +0700 Subject: [PATCH] Add additional diagnostic message for tsconfig.json --- src/compiler/diagnosticMessages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/compiler/diagnosticMessages.json b/src/compiler/diagnosticMessages.json index cf5ccb1397d..6b1b4b93824 100644 --- a/src/compiler/diagnosticMessages.json +++ b/src/compiler/diagnosticMessages.json @@ -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