mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"ignore-patterns": ["libDev", "lib", "libESM"],
|
|
"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"
|
|
]
|
|
}
|