From dca5e4c1d856008222bf1bfadb68fe7973f100c0 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Wed, 23 Aug 2023 11:09:39 -0400 Subject: [PATCH] Add reference to jest-dom types --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index c41b313..7eca1a7 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -17,6 +17,6 @@ export default defineConfig({ dts: { entry: ['./src/index.ts'], resolve: true, - banner: '/// ', + banner: '/// \n/// ', }, });