Skip to content

Commit e896975

Browse files
committed
chore: Revert to standard .d.ts generation
1 parent de7ce68 commit e896975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuqs/tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig, type Options } from 'tsup'
55

66
const commonConfig = {
77
format: ['esm'],
8-
experimentalDts: true,
8+
dts: true,
99
outDir: 'dist',
1010
external: ['next', 'react', '@remix-run/react', 'react-router-dom'],
1111
splitting: true,

0 commit comments

Comments
 (0)