From bb0e25751af508c379136b72c1a6ab517d6f7a6c Mon Sep 17 00:00:00 2001 From: Mayank Date: Sat, 22 Jun 2024 22:01:25 +0530 Subject: [PATCH] Clean up --- lib/tsup.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tsup.config.ts b/lib/tsup.config.ts index 054652b9..39c5cc52 100644 --- a/lib/tsup.config.ts +++ b/lib/tsup.config.ts @@ -1,5 +1,4 @@ import { defineConfig } from "tsup"; -import fs from "node:fs"; export default defineConfig(options => ({ format: ["cjs", "esm"],