Skip to content

Commit

Permalink
feat: support *.d.ts for *.js (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
9romise authored Oct 28, 2024
1 parent 0de3ec6 commit db40a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ const base = {
'*.fs': '$(capture).fs.js, $(capture).fs.js.map, $(capture).fs.jsx, $(capture).fs.ts, $(capture).fs.tsx, $(capture).fs.rs, $(capture).fs.php, $(capture).fs.dart',
'*.go': '$(capture)_test.go',
'*.java': '$(capture).class',
'*.js': '$(capture).js.map, $(capture).*.js, $(capture)_*.js',
'*.js': '$(capture).js.map, $(capture).*.js, $(capture)_*.js, $(capture).d.ts',
'*.jsx': '$(capture).js, $(capture).*.jsx, $(capture)_*.js, $(capture)_*.jsx, $(capture).less, $(capture).module.less, $(capture).module.less.d.ts, $(capture).scss, $(capture).module.scss, $(capture).module.scss.d.ts',
'*.master': '$(capture).*.cs, $(capture).*.vb',
'*.md': '$(capture).*',
Expand Down

0 comments on commit db40a5e

Please sign in to comment.