Skip to content

Commit 0bd69cd

Browse files
committed
Setup Babel
1 parent 8e5504d commit 0bd69cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
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)