From d0612721ef682d182ba4c96e36a672a5ecd27adf Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 29 Oct 2024 13:56:04 +0100 Subject: [PATCH] chore: Revert to standard .d.ts generation --- packages/nuqs/tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuqs/tsup.config.ts b/packages/nuqs/tsup.config.ts index f2374ff9..31cc22b8 100644 --- a/packages/nuqs/tsup.config.ts +++ b/packages/nuqs/tsup.config.ts @@ -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,