mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
9 lines
122 B
JSON
9 lines
122 B
JSON
{
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
],
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|