Skip to content

Commit

Permalink
chore: change target to es2015 (#9)
Browse files Browse the repository at this point in the history
* chore: change target to es2015

* Create purple-bikes-cry.md
  • Loading branch information
mew-ton committed Sep 14, 2023
1 parent 6c88b85 commit f6d7f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-bikes-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"json-origami": patch
---

chore: change target to es2015
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 f6d7f33

Please sign in to comment.