We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a2bd8 commit d061272Copy full SHA for d061272
packages/nuqs/tsup.config.ts
@@ -5,7 +5,7 @@ import { defineConfig, type Options } from 'tsup'
5
6
const commonConfig = {
7
format: ['esm'],
8
- experimentalDts: true,
+ dts: true,
9
outDir: 'dist',
10
external: ['next', 'react', '@remix-run/react', 'react-router-dom'],
11
splitting: true,
0 commit comments