Skip to content

Commit

Permalink
Fix CommonJS broken by previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 8, 2024
1 parent 7a3e1f0 commit f768194
Show file tree
Hide file tree
Showing 17 changed files with 1,080 additions and 242 deletions.
13 changes: 13 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"@babel/preset-typescript"
]
}
Loading

0 comments on commit f768194

Please sign in to comment.