From 7be68e78f0100fdeef0efde08a6f1358f5e6b01e Mon Sep 17 00:00:00 2001 From: zbeyens Date: Sun, 1 Oct 2023 10:38:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/tsup.config.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/tsup.config.ts b/config/tsup.config.ts index 77bc094361..763931f87d 100644 --- a/config/tsup.config.ts +++ b/config/tsup.config.ts @@ -14,10 +14,11 @@ export default defineConfig((opts) => { entry: [INPUT_FILE], format: ['cjs', 'esm'], skipNodeModulesBundle: true, - dts: { - only: true, - resolve: false, - }, + dts: true, + // dts: { + // only: true, + // resolve: false, + // }, sourcemap: true, clean: true, minify: false,