chore(ui,icons,ui-preset,toolbox): Move design system packages to monorepo (#5470)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "tsup"
|
||||
import path from "path"
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
format: ["cjs", "esm"],
|
||||
tsconfig: path.resolve(__dirname, "tsconfig.json"),
|
||||
dts: true,
|
||||
clean: true,
|
||||
})
|
||||
Reference in New Issue
Block a user