Skip to content

Commit

Permalink
chore(clerk-react): Enable dts in tsup to generate types for /interna…
Browse files Browse the repository at this point in the history
…l & /errors
  • Loading branch information
dimkl committed Dec 13, 2023
1 parent 0320b4d commit 9c95a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig(overrideOptions => {
clean: true,
minify: false,
sourcemap: true,
dts: true,
external: ['react', 'react-dom'],
define: {
PACKAGE_NAME: `"${name}"`,
Expand Down

0 comments on commit 9c95a13

Please sign in to comment.