From bcf67c867f70c36682e829196b3e72c91f71f081 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Fri, 20 Sep 2019 12:07:26 +0200 Subject: [PATCH] allow trailing commas in tsconfig.json (for #80419) --- extensions/typescript-basics/schemas/tsconfig.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/typescript-basics/schemas/tsconfig.schema.json b/extensions/typescript-basics/schemas/tsconfig.schema.json index 3abb77503f6..f5a082e1f2b 100644 --- a/extensions/typescript-basics/schemas/tsconfig.schema.json +++ b/extensions/typescript-basics/schemas/tsconfig.schema.json @@ -1,4 +1,5 @@ { + "allowTrailingCommas": true, "title": "JSON schema for the TypeScript compiler's configuration file", "type": "object", "default": { -- GitLab