We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ee015 commit 5e00104Copy full SHA for 5e00104
knip.ts
@@ -1,6 +1,10 @@
1
import type { KnipConfig } from 'knip'
2
3
const config: KnipConfig = {
4
+ ignoreBinaries: [
5
+ /** Global CLI tool installed via brew/go, not npm */
6
+ 'localias',
7
+ ],
8
workspaces: {
9
'.': {
10
entry: [
0 commit comments