mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"ignore-patterns": ["libDev"],
|
|
"ignores": [
|
|
"babel*",
|
|
"karma*",
|
|
"@babel/*",
|
|
"@playwright/*",
|
|
"webpack*",
|
|
"worker-loader",
|
|
"node-libs-browser",
|
|
"rimraf",
|
|
"tslib",
|
|
"protobufjs-cli",
|
|
"buffer"
|
|
],
|
|
"skip-missing": true
|
|
}
|