Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mupperton committed Oct 15, 2022
1 parent d804ceb commit 7ec47ab
Show file tree
Hide file tree
Showing 5 changed files with 10,196 additions and 2,121 deletions.
8 changes: 8 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{js,ts}": [
"@parcel/transformer-js"
]
}
}
10 changes: 10 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
presets: [
['@babel/preset-env', {
targets: {
node: 'current',
},
}],
'@babel/preset-typescript',
],
}
Loading

0 comments on commit 7ec47ab

Please sign in to comment.