We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f9420 commit 145d6fbCopy full SHA for 145d6fb
tsup.config.ts
@@ -27,9 +27,4 @@ export default defineConfig({
27
// Hide unnecessary logs from the console. Warnings and errors will still be
28
// shown.
29
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',
35
});
0 commit comments