From b7bd3ce15d57c79a46c8ada1cd16b2d4aaba45a5 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 --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index 3710148..bbb2d78 100644 --- a/tsup.config.ts +++ b/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,