Skip to content

Commit

Permalink
fix(associations): add cts and mts to typescript file extensions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 30, 2024
1 parent 5dc323f commit cec7eb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,11 @@ const fileIcons: Record<string, {
},
'typescript': {
languageIds: ['typescript'],
fileExtensions: ['ts'],
fileExtensions: [
'ts',
'cts',
'mts',
],
},
'typescript-config': {
fileNames: [
Expand Down

0 comments on commit cec7eb7

Please sign in to comment.