Skip to content

Commit

Permalink
fixing incorrect babel-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-c committed Aug 16, 2024
1 parent 1c50c37 commit 1a7a979
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// babel.config.js
module.exports = {
presets: [
['@babel/preset-env', {
modules: false,
targets: {node: 'current'},
}],
['@babel/preset-env', {targets: {node: 'current'}}],
'@babel/preset-typescript',
],
};
};

0 comments on commit 1a7a979

Please sign in to comment.