We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9734d9 commit 76c1518Copy full SHA for 76c1518
.babelrc
babel.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
3
+};
0 commit comments