Skip to content

Commit

Permalink
feat: add web and webworker to tsconfig (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Jul 12, 2022
1 parent 36ebf4f commit f021959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -1932,6 +1932,8 @@ export const fileIcons: FileIcons = {
'tsconfig.node.json',
'tsconfig.test.json',
'tsconfig.e2e.json',
'tsconfig.web.json',
'tsconfig.webworker.json',
],
fileExtensions: ['tsconfig.json'],
},
Expand Down

0 comments on commit f021959

Please sign in to comment.