From 145d6fb2817f08e47829dc7ed8406e79e199a549 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 9 Oct 2023 12:43:43 +0200 Subject: [PATCH] Remove unnecessary config option --- tsup.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsup.config.ts b/tsup.config.ts index 2299e68dd..e55fc5e5a 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -27,9 +27,4 @@ export default defineConfig({ // Hide unnecessary logs from the console. Warnings and errors will still be // shown. silent: true, - - // The target environment. This should be the same as the `target` option in - // `tsconfig.json`. - // https://tsup.egoist.dev/#target-environment - target: 'es2020', });