Skip to content

Commit

Permalink
Add Babel transcompiler to api
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 22, 2023
1 parent ae912dd commit 8f61d45
Show file tree
Hide file tree
Showing 4 changed files with 2,312 additions and 28 deletions.
17 changes: 17 additions & 0 deletions api/.babelrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"presets": [
[
"@babel/env",
{
"modules": false,
"targets": {
"node": "current"
}
}
],
"@babel/typescript"
],
"plugins": [
"add-import-extension"
]
}
Loading

0 comments on commit 8f61d45

Please sign in to comment.