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 2bfcfbb commit e03098bCopy full SHA for e03098b
js/tsup.config.js
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup'
2
3
export default defineConfig({
4
minify: false,
5
- target: ['es2015'],
+ target: ['es2017'],
6
sourcemap: true,
7
dts: true,
8
format: ['esm', 'cjs'],
0 commit comments