Skip to content

Commit

Permalink
Remove invalid trailing comma.
Browse files Browse the repository at this point in the history
TypeScript doesn't care, but it does make it invalid JSON.
  • Loading branch information
rictic committed Feb 7, 2020
1 parent b4d7283 commit 42cfd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/custom-elements/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"moduleResolution": "node"
},
"include": [
"src/"
Expand Down

0 comments on commit 42cfd37

Please sign in to comment.