allow trailing commas in tsconfig.json (for #80419)

This commit is contained in:
Martin Aeschlimann 2019-09-20 12:07:26 +02:00
parent cb70fd5ef0
commit bcf67c867f

View file

@ -1,4 +1,5 @@
{
"allowTrailingCommas": true,
"title": "JSON schema for the TypeScript compiler's configuration file",
"type": "object",
"default": {