Skip to content

Commit 3d99fd4

Browse files
committed
Remove unnecessary config option
1 parent 228bbcc commit 3d99fd4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tsup.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,4 @@ export default defineConfig({
2727
// Hide unnecessary logs from the console. Warnings and errors will still be
2828
// shown.
2929
silent: true,
30-
31-
// The target environment. This should be the same as the `target` option in
32-
// `tsconfig.json`.
33-
// https://tsup.egoist.dev/#target-environment
34-
target: 'es2020',
3530
});

0 commit comments

Comments
 (0)