UNPKG

eadolores

Version:

Desig: The Blockchain-Agnostic Multisig Solution

17 lines 304 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, }, ], ], env: { test: { plugins: ['@babel/plugin-transform-runtime'] } } };