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 c5bffeb commit 2ea82d5Copy full SHA for 2ea82d5
knip.json
@@ -2,18 +2,12 @@
2
"entry": [
3
"src/index.ts!",
4
"src/lib.ts!",
5
+ "src/tools/index.ts!",
6
"tests/**/*.ts",
7
"scripts/**/*.ts",
8
"eslint-rules/*.js"
9
],
- "ignore": [
10
- // Knip, for some reason, is not able to link the exported tools to the
11
- // final exports in `tools/index.ts` and complains about unused exports. For
12
- // that reason we're ignoring the tool definitions.
13
- "src/tools/**/*.ts",
14
- "tests/integration/fixtures/curl.mjs",
15
- "tests/vitest.d.ts"
16
- ],
+ "ignore": ["tests/integration/fixtures/curl.mjs", "tests/vitest.d.ts"],
17
"ignoreDependencies": ["@mongodb-js/atlas-local"],
18
"ignoreExportsUsedInFile": true
19
}
0 commit comments