Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195a7e6 commit 28b3394Copy full SHA for 28b3394
site/.knip.jsonc
@@ -2,6 +2,7 @@
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
"entry": ["./src/index.tsx"],
4
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
5
+ "ignoreBinaries": ["protoc"],
6
"ignore": ["**/*Generated.ts"],
7
// This sets knip not to report unused exports of types and interfaces
8
// as long as they are used within the file.
0 commit comments