From 13dd7118be489fdc4120c6cf54c69bf0cef86ce8 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 9 Jan 2024 15:19:38 +0530 Subject: [PATCH] chore: bundle types.ts file via tsup as well --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a30ec8..227b625 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,8 @@ }, "tsup": { "entry": [ - "index.ts", + "./index.ts", + "./src/types.ts", "./providers/ally_provider.ts" ], "outDir": "./build",