mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
12 lines
157 B
TypeScript
12 lines
157 B
TypeScript
export default {
|
|
entries: [
|
|
'./src/index'
|
|
],
|
|
declaration: true,
|
|
externals: [
|
|
'@nuxt/kit',
|
|
'@nuxt/schema',
|
|
'@unocss/preset-uno'
|
|
]
|
|
}
|