import { defineRootConfig } from 'somebuild'
export default defineRootConfig({
mode: "component-vue3",
"component-vue3": {
name: "VxTree",
entry: 'src/index.ts',
dtsEntryRoot: 'src',
outDir: "dist",
config: {
alias: {
"vx-tree": "./src"
}
})