Skip to content

Commit 276f23a

Browse files
committed
chore: remove unused typings and update import paths
1 parent 7186f36 commit 276f23a

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ export default defineConfig(({ mode }) => {
4040
}),
4141
AutoImport({
4242
imports: ['vue', 'vue-router'],
43-
dts: 'src/typings/auto-imports.d.ts'
43+
dts: 'src/types/auto-imports.d.ts'
4444
}),
4545
Components({
46-
dts: 'src/typings/components.d.ts',
46+
dts: 'src/types/components.d.ts',
4747
globs: ['src/components/**/*.vue', 'src/plugins/**/components/*.vue'],
4848
deep: true,
4949
resolvers: [

0 commit comments

Comments
 (0)