Skip to content

Commit 9878630

Browse files
committed
fix: remove index.d.ts nesting
1 parent 2e7ca51 commit 9878630

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

update.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const workspaces = [
105105
const docker = [
106106
'dockerfile*',
107107
'.dockerignore',
108-
'docker-compose.*'
108+
'docker-compose.*',
109109
]
110110

111111
// frameworks and their specific files
@@ -119,7 +119,7 @@ const frameworks = {
119119
'artisan': ['server.php', 'webpack.mix.js'],
120120
'astro.config.*': [],
121121
'gatsby-config.*': ['gatsby-browser.*', 'gatsby-node.*', 'gatsby-ssr.*', 'gatsby-transformer.*'],
122-
'quasar.conf.js': ['quasar.extensions.json']
122+
'quasar.conf.js': ['quasar.extensions.json'],
123123
}
124124

125125
// library configs, will be appended to all the frameworks
@@ -252,7 +252,6 @@ const base = {
252252
'*.ts': '$(capture).js, $(capture).*.ts',
253253
'*.tsx': '$(capture).ts, $(capture).*.tsx',
254254
'*.vue': '$(capture).*.ts, $(capture).*.js',
255-
'index.d.ts': '*.d.ts',
256255
'shims.d.ts': '*.d.ts',
257256
'*.cpp': '$(capture).hpp, $(capture).h, $(capture).hxx',
258257
'*.cxx': '$(capture).hpp, $(capture).h, $(capture).hxx',

0 commit comments

Comments
 (0)