From 547578218841d30a361c82afd9964c9ecaa2cd58 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 8 Nov 2023 11:17:21 -0500 Subject: [PATCH] fix: set output to cjs for main script --- build.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.ts b/build.ts index 8633c745..0a3bba5f 100644 --- a/build.ts +++ b/build.ts @@ -10,6 +10,7 @@ const shared = { build({ ...shared, + format: 'cjs', outfile: 'lib/index.js', });