We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251cea6 commit 1fb0e6eCopy full SHA for 1fb0e6e
babel.config.js
@@ -1,7 +1,3 @@
1
export default {
2
- presets: [
3
- "@babel/preset-env",
4
- "@babel/preset-typescript"
5
- ]
6
- }
7
-
+ presets: ["@babel/preset-env", "@babel/preset-typescript"],
+};
0 commit comments