mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* feat(root): rsc components added, packages modified, filter dom props function adapted * fix(root): eslint/prettier issues
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
import {defineConfig} from "tsup";
|
|
|
|
export default defineConfig({
|
|
clean: true,
|
|
target: "es2019",
|
|
format: ["cjs", "esm"],
|
|
});
|