Skip to content

Commit

Permalink
allow trailing commas in tsconfig.json (for microsoft#80419)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Sep 20, 2019
1 parent cb70fd5 commit bcf67c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/typescript-basics/schemas/tsconfig.schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"allowTrailingCommas": true,
"title": "JSON schema for the TypeScript compiler's configuration file",
"type": "object",
"default": {
Expand Down

0 comments on commit bcf67c8

Please sign in to comment.