Skip to content

Commit

Permalink
chore: remove unused typings and update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
babyw1nter committed Dec 29, 2023
1 parent 7186f36 commit 276f23a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ export default defineConfig(({ mode }) => {
}),
AutoImport({
imports: ['vue', 'vue-router'],
dts: 'src/typings/auto-imports.d.ts'
dts: 'src/types/auto-imports.d.ts'
}),
Components({
dts: 'src/typings/components.d.ts',
dts: 'src/types/components.d.ts',
globs: ['src/components/**/*.vue', 'src/plugins/**/components/*.vue'],
deep: true,
resolvers: [
Expand Down

0 comments on commit 276f23a

Please sign in to comment.