Skip to content

Commit

Permalink
Add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 22, 2023
1 parent b8f9965 commit e3def43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -2094,7 +2094,7 @@ export const fileIcons: FileIcons = {
'tsconfig.esm.json',
'tsconfig.mjs.json',
'tsconfig.doc.json',
'tsconfig.paths.json'
'tsconfig.paths.json',
],
fileExtensions: ['tsconfig.json'],
},
Expand Down

0 comments on commit e3def43

Please sign in to comment.