Skip to content

Commit fb2b0dd

Browse files
committed
wip: add @types/express to ignoreDependenices for knip
1 parent 8ad6bc6 commit fb2b0dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"packages/core": { "project": ["src/**/*.{cts,js,ts}"] },
2020
"packages/mcp": {
21+
"ignoreDependencies": ["@types/express"],
2122
"entry": ["tests/**/*.{cts,js,ts}"],
2223
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
2324
},

0 commit comments

Comments
 (0)