Skip to content

Commit

Permalink
fix: Jest tests, the return of Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto committed Jan 26, 2025
1 parent 3d637e3 commit 2c98280
Show file tree
Hide file tree
Showing 6 changed files with 2,449 additions and 2,319 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", {targets: {node: "current"}}],
"@babel/preset-typescript"
]
};
Loading

0 comments on commit 2c98280

Please sign in to comment.