diff --git a/src/schemas/json/tsconfig.json b/src/schemas/json/tsconfig.json index 8dfa97c9b3d..aba2c0f8e54 100644 --- a/src/schemas/json/tsconfig.json +++ b/src/schemas/json/tsconfig.json @@ -98,10 +98,6 @@ "description": "Print names of files part of the compilation.", "type": "boolean" }, - "locale": { - "description": "The locale to use to show error messages, e.g. en-us.", - "type": "string" - }, "mapRoot": { "description": "Specifies the location where debugger should locate map files instead of generated locations", "type": "string" @@ -391,6 +387,10 @@ "checkJs": { "description": "Report errors in .js files. Requires TypeScript version 2.3 or later.", "type": "boolean" + }, + "strictFunctionTypes": { + "description": "Disable bivariant parameter checking for function types.. Requires TypeScript version 2.6 or later.", + "type": "boolean" } } }