Skip to content

Commit

Permalink
chore: change target to es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed Sep 14, 2023
1 parent 6c88b85 commit 47739cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import config from './package.json'

export default defineConfig({
name: config.name,
target: ['es2015'],
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
dts: true,
Expand Down

0 comments on commit 47739cf

Please sign in to comment.