Skip to content

Commit

Permalink
test: exports test
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Aug 2, 2024
1 parent c351f82 commit 1503aeb
Show file tree
Hide file tree
Showing 5 changed files with 2,206 additions and 112 deletions.
21 changes: 21 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": [
[
"module-resolver",
{
"root": ["./"]
}
]
]
}
Loading

0 comments on commit 1503aeb

Please sign in to comment.