Update knip.json to add 'ignoreBinaries' field for pkg
This commit is contained in:
parent
07b3839d3f
commit
7f315619d0
1 changed files with 2 additions and 1 deletions
|
|
@ -16,5 +16,6 @@
|
||||||
"@preload/*": ["./src/preload/*"],
|
"@preload/*": ["./src/preload/*"],
|
||||||
"@shared/*": ["./src/shared/*"]
|
"@shared/*": ["./src/shared/*"]
|
||||||
},
|
},
|
||||||
"ignoreDependencies": ["@remotion/light-leaks", "remotion"]
|
"ignoreDependencies": ["@remotion/light-leaks", "remotion"],
|
||||||
|
"ignoreBinaries": ["pkg"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue