chore: testing

This commit is contained in:
Justin McCormick
2022-08-16 01:59:04 -04:00
parent a28ec64800
commit 23f9be033a
10 changed files with 17404 additions and 55 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
};