Skip to content

Commit

Permalink
Merge pull request #1 from x-spacy/chore/babel-config
Browse files Browse the repository at this point in the history
chore: update babel config and change compile output
  • Loading branch information
gutyerrez authored May 26, 2024
2 parents 31a6ec8 + 570fed0 commit e14d34f
Show file tree
Hide file tree
Showing 3 changed files with 1,806 additions and 1,987 deletions.
12 changes: 7 additions & 5 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"presets": [
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-typescript"
"@babel/preset-typescript",
["@babel/preset-env", {
"targets": {
"node": 20
}
}]
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/plugin-transform-typescript": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"eslint": "^9.3.0",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit e14d34f

Please sign in to comment.