Skip to content

Commit

Permalink
Add support for tsconfig server file (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingDarBoja authored and robertohuertasm committed Jan 12, 2020
1 parent 26c4a0a commit 1003b15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3594,16 +3594,17 @@ export const extensions: IFileCollection = {
filenamesGlob: [
'tsconfig',
'tsconfig.app',
'tsconfig.spec',
'tsconfig.e2e',
'tsconfig.base',
'tsconfig.common',
'tsconfig.dev',
'tsconfig.development',
'tsconfig.staging',
'tsconfig.test',
'tsconfig.e2e',
'tsconfig.prod',
'tsconfig.production',
'tsconfig.server',
'tsconfig.spec',
'tsconfig.staging',
'tsconfig.test',
],
extensionsGlob: ['json'],
filename: true,
Expand Down

0 comments on commit 1003b15

Please sign in to comment.