chore: explict enables dts
This commit is contained in:
parent
4f4826377e
commit
611e1070d6
@ -44,6 +44,7 @@ export default defineConfig({
|
||||
'@vueuse/head',
|
||||
'@vueuse/core',
|
||||
],
|
||||
dts: true,
|
||||
}),
|
||||
|
||||
// https://github.com/antfu/unplugin-vue-components
|
||||
@ -51,6 +52,8 @@ export default defineConfig({
|
||||
// allow auto load markdown components under `./src/components/`
|
||||
extensions: ['vue', 'md'],
|
||||
|
||||
dts: true,
|
||||
|
||||
// allow auto import and register components used in markdown
|
||||
include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user