diff --git a/tsup.config.ts b/tsup.config.ts index 3b003aa..0322fe3 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -12,4 +12,5 @@ export default defineConfig({ target: "es2022", splitting: false, outDir: "dist", + platform: "node", });