mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-11 01:28:58 +01:00
10 lines
122 B
JSON
10 lines
122 B
JSON
|
{
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/node_modules/*"
|
||
|
],
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|