Skip to content

Commit

Permalink
Target node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Nov 22, 2022
1 parent a205ba2 commit ae738ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
presets: [['@babel/preset-env', { targets: { node: '14' } }], '@babel/preset-typescript'],
plugins: [
"@babel/plugin-transform-runtime"
],
presets: [['@babel/preset-env', { targets: { node: '16' } }], '@babel/preset-typescript'],
plugins: ['@babel/plugin-transform-runtime'],
env: {
esm: {
presets: [
Expand Down

0 comments on commit ae738ba

Please sign in to comment.