mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
chore(lint): include types declaration to import/resolver
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ module.exports = {
|
||||
settings: {
|
||||
'import/resolver': {
|
||||
nuxt: {
|
||||
extensions: ['.js', '.ts', '.vue', '.json'],
|
||||
extensions: ['.js', '.ts', '.d.ts', '.vue', '.json'],
|
||||
nuxtSrcDir: 'src/'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user