Skip to content

Commit

Permalink
chore(vue-query): add vite.config.ts as tsconfig's include field (#7063)
Browse files Browse the repository at this point in the history
* chore(vue-query): ad vite.config.ts as tsconfig include

* chore: update
  • Loading branch information
manudeli committed Mar 11, 2024
1 parent ea66e94 commit 4254b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vue-query/tsconfig.json
Expand Up @@ -5,6 +5,7 @@
"src/**/*.tsx",
".eslintrc.cjs",
"test-setup.ts",
"tsup.config.js"
"tsup.config.js",
"vite.config.ts"
]
}
1 change: 1 addition & 0 deletions packages/vue-query/vite.config.ts
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({
if (log.includes('Download the Vue Devtools extension')) {
return false
}
return undefined
},
},
})

0 comments on commit 4254b62

Please sign in to comment.