Skip to content

Commit

Permalink
feat: add esm support
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 28, 2022
1 parent a264d6c commit 9986da1
Show file tree
Hide file tree
Showing 5 changed files with 12,069 additions and 9,291 deletions.
6 changes: 6 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
presets: [
'@babel/preset-env',
'@babel/preset-typescript',
]
};
Loading

0 comments on commit 9986da1

Please sign in to comment.