Skip to content

Commit a7ac94b

Browse files
authored
feat: add Angular components config (#109)
1 parent 24a69e7 commit a7ac94b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ const base = {
286286
'*.js': '$(capture).js.map, $(capture).*.js',
287287
'*.jsx': '$(capture).js, $(capture).*.jsx',
288288
'*.ts': '$(capture).js, $(capture).*.ts',
289+
'*.component.ts': '$(capture).component.html, $(capture).component.spec.ts, $(capture).component.css, $(capture).component.scss, $(capture).component.sass, $(capture).component.less',
289290
'*.tsx': '$(capture).ts, $(capture).*.tsx',
290291
'*.vue': '$(capture).*.ts, $(capture).*.js',
291292
'shims.d.ts': '*.d.ts',

0 commit comments

Comments
 (0)