Skip to content

Commit

Permalink
chore: Revert to standard .d.ts generation
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 29, 2024
1 parent b2b7568 commit 9d2bf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuqs/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig, type Options } from 'tsup'

const commonConfig = {
format: ['esm'],
experimentalDts: true,
dts: true,
outDir: 'dist',
external: ['next', 'react', '@remix-run/react', 'react-router-dom'],
splitting: true,
Expand Down

0 comments on commit 9d2bf8d

Please sign in to comment.