fix: module options type

This commit is contained in:
arashsheyda
2023-06-01 17:17:11 +03:00
parent 66c08e5d52
commit 182b760404
2 changed files with 0 additions and 25 deletions

View File

@ -1,24 +0,0 @@
import { defineBuildConfig } from 'unbuild'
export default defineBuildConfig({
entries: [
'src/module',
// Chunking
'src/types',
],
externals: [
'nuxt',
'nuxt/schema',
'vite',
'@nuxt/kit',
'@nuxt/schema',
// Type only
'vue',
'vue-router',
'unstorage',
'nitropack',
],
rollup: {
inlineDependencies: true,
},
})

1
types.d.ts vendored
View File

@ -1 +0,0 @@
export * from './dist/types'