UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

14 lines (13 loc) 186 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, }, ], '@babel/preset-typescript', ], };