Initial testing, cerxes-npm

This commit is contained in:
2019-01-27 23:02:37 +01:00
commit 7f66a907e0
34 changed files with 4266 additions and 0 deletions

14
cfg/.babelrc Normal file
View File

@@ -0,0 +1,14 @@
{
"sourceMaps": "inline",
"presets": [
["@babel/preset-env", {
"targets": {
"node": "current"
}
}]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-optional-chaining"
]
}