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