We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7ce68 commit e896975Copy full SHA for e896975
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