This commit is contained in:
Tommy Parnell
2018-12-26 20:39:29 -05:00
commit e71c076567
15 changed files with 6478 additions and 0 deletions

3
.babelrc.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
presets: [["@babel/env", { targets: { node: "6" } }]]
};