Revert "[medusa-interfaces] : Adds decorator functionality to BaseService (#39)" (#41)

This reverts commit 9c76754e79.
This commit is contained in:
Sebastian Rindom
2020-04-30 21:16:09 +02:00
committed by GitHub
parent 9c76754e79
commit 2273cc519a
15 changed files with 654 additions and 112 deletions
@@ -0,0 +1,9 @@
{
"plugins": ["@babel/plugin-proposal-class-properties"],
"presets": ["@babel/preset-env"],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}