From 7abc8f004de5597032fc9e17052dff9733fc007e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 26 May 2024 18:12:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/tsup.config.ts b/legacy/tsup.config.ts index 3710148e..bbb2d78b 100644 --- a/legacy/tsup.config.ts +++ b/legacy/tsup.config.ts @@ -4,7 +4,7 @@ export default defineConfig([ { entry: ['src/index.ts'], outDir: 'dist', - target: 'node22', + target: 'node18', platform: 'node', format: ['esm'], splitting: false,