From e63de48f2bfede730b7cfecff660424dc0ff70f7 Mon Sep 17 00:00:00 2001 From: Timo Lins Date: Sat, 9 Jul 2022 19:04:45 +0200 Subject: [PATCH] Update entry file in tsup config --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index 5a46a98..1703c26 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -10,7 +10,7 @@ const commonConfig: Options = { export default defineConfig([ { ...commonConfig, - entry: ['src/index.tsx'], + entry: ['src/index.ts'], outDir: 'dist', }, {