UNPKG

node-tenancy

Version:

Automatic multi-tenancy for Node with support to Rabbitmq

6 lines (5 loc) 97 B
module.exports = { presets: [ ['@babel/preset-env', {targets: {node: 'current'}}], ], };