diff --git a/packages/pigment-css-react/tsup.config.ts b/packages/pigment-css-react/tsup.config.ts index ee7efb44..1c0ce553 100644 --- a/packages/pigment-css-react/tsup.config.ts +++ b/packages/pigment-css-react/tsup.config.ts @@ -22,7 +22,6 @@ const baseConfig: Options = { const BASE_FILES = [ 'index.ts', - 'internal/index.ts', 'theme.ts', 'Box.jsx', 'RtlProvider.tsx',