Skip to content

Commit

Permalink
feat: support TSConfig icon for paths file (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-rofe committed Apr 22, 2023
1 parent 6b5759b commit 5fc59c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -2094,6 +2094,7 @@ export const fileIcons: FileIcons = {
'tsconfig.esm.json',
'tsconfig.mjs.json',
'tsconfig.doc.json',
'tsconfig.paths.json'

Check failure on line 2097 in src/icons/fileIcons.ts

View workflow job for this annotation

GitHub Actions / ubuntu-latest (Node.js 16.x)

Insert `,`
],
fileExtensions: ['tsconfig.json'],
},
Expand Down

0 comments on commit 5fc59c5

Please sign in to comment.