Skip to content

Commit

Permalink
Remove unnecessary config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 9, 2023
1 parent 56f9420 commit 145d6fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});

0 comments on commit 145d6fb

Please sign in to comment.