We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e39d commit ab0f3afCopy full SHA for ab0f3af
babel.config.js
@@ -0,0 +1,8 @@
1
+// This is only needed for Jest, because it uses
2
+// babel to process TypeScript files.
3
+module.exports = {
4
+ presets: [
5
+ ['@babel/preset-env', { targets: { node: 'current' } }],
6
+ '@babel/preset-typescript',
7
+ ],
8
+};
0 commit comments