Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Sep 2, 2024
1 parent faa0058 commit 86db8da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/pigment-css-react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,13 @@ export default defineConfig([
],
outDir: 'utils',
},
{
...baseConfig,
entry: [
'./src/internal/index.ts',
'./src/internal/sx-plugin.ts',
'./src/internal/remove-prop-types-plugin.ts',
],
outDir: 'internal',
},
]);

0 comments on commit 86db8da

Please sign in to comment.