Skip to content

Commit

Permalink
chore: add preset-env target to new babel.config.js
Browse files Browse the repository at this point in the history
KBDEV-1095
  • Loading branch information
kttkjl committed Apr 5, 2024
1 parent fda18e4 commit f37b21d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ module.exports = {
{
modules: false,
loose: false,
targets: {
node: 'current',
},
},
],
'@babel/preset-typescript',
Expand Down

0 comments on commit f37b21d

Please sign in to comment.