From 6c06e432704aeb19104ae02ed84656d4adaa79e1 Mon Sep 17 00:00:00 2001 From: Hayden Bleasel Date: Tue, 15 Oct 2024 01:28:41 -0400 Subject: [PATCH] Resolves #82 --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index b9a9507..cdf2682 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -9,5 +9,5 @@ export default defineConfig({ clean: true, external: ['vscode'], format: 'cjs', - noExternal: ['date-fns', 'cross-fetch'], + noExternal: ['date-fns', 'cross-fetch', 'zod'], });