Skip to content

Commit

Permalink
Add tsconfig file names (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 6, 2022
1 parent dcb7cb1 commit 93fab00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -1982,6 +1982,9 @@ export const fileIcons: FileIcons = {
'tsconfig.webworker.json',
'tsconfig.config.json',
'tsconfig.vitest.json',
'tsconfig.cjs.json',
'tsconfig.esm.json',
'tsconfig.mjs.json',
],
fileExtensions: ['tsconfig.json'],
},
Expand Down

0 comments on commit 93fab00

Please sign in to comment.