Skip to content

Commit 2c98280

Browse files
committed
fix: Jest tests, the return of Babel
1 parent 3d637e3 commit 2c98280

File tree

6 files changed

+2449
-2319
lines changed

6 files changed

+2449
-2319
lines changed

babel.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
presets: [
3+
["@babel/preset-env", {targets: {node: "current"}}],
4+
"@babel/preset-typescript"
5+
]
6+
};

0 commit comments

Comments
 (0)