mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-11 01:28:58 +01:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
|
module.exports = {
|
||
|
"plugins": [
|
||
|
"babel-plugin-transform-bigint",
|
||
|
]
|
||
|
}
|