Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
egorlem committed Oct 2, 2024
2 parents 245df18 + 03e561c commit fd35d0f
Show file tree
Hide file tree
Showing 6 changed files with 1,667 additions and 84 deletions.
8 changes: 8 additions & 0 deletions babel.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
};


Loading

0 comments on commit fd35d0f

Please sign in to comment.