Skip to content

Commit 2fc10d9

Browse files
committed
feat: support ts cspell configs
1 parent 5251033 commit 2fc10d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/file-icons.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ export let fileIcons: FileIcon[] = [
131131
'cspell.json',
132132
'cspell.config.js',
133133
'cspell.config.cjs',
134+
'cspell.config.mjs',
135+
'cspell.config.ts',
136+
'cspell.config.mts',
134137
'cspell.config.json',
135138
'cspell.config.yaml',
136139
'cspell.config.yml',

0 commit comments

Comments
 (0)