Files
trezor-suite/.depcheckrc.json

23 lines
432 B
JSON

{
"ignore-patterns": ["libDev"],
"ignores": [
"babel*",
"karma*",
"@babel/*",
"@playwright/*",
"webpack*",
"worker-loader",
"process",
"rimraf",
"tslib",
"protobufjs-cli",
"buffer",
"node-gyp",
"version-bump-prompt",
"uuid",
"uint8array-tools",
"bitcore-lib",
"@types/node-fetch"
]
}