-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
41 lines (41 loc) · 1.03 KB
/
knip.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"src/extension.ts",
"src/test/**/*.test.ts",
"src/test/suite/index.ts",
"playwright/demo.spec.ts",
"scripts/clean-vscode-test-user-data.cjs",
".vscode-test.mjs"
],
"project": [
"src/**/*.{ts,tsx}",
"playwright/**/*.{ts,tsx}",
".github/scripts/**/*.{ts,tsx}",
"scripts/**/*.{js,cjs,mjs,ts,tsx}"
],
"ignoreExportsUsedInFile": true,
"ignoreFiles": [
"src/inspection.ts",
"src/prompts/startDebuggerPrompt.tsx",
"taze.config.{js,ts}"
],
"ignoreIssues": {
"src/generated-meta.ts": ["exports", "types"]
},
"ignoreBinaries": ["code"],
"ignoreDependencies": [
"@actions/core",
"@actions/github",
"@anthropic-ai/sdk",
"@esbuild-plugins/node-modules-polyfill",
"@reactive-vscode/reactivity",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vscode/test-electron",
"baseline-browser-mapping",
"esbuild-register",
"ts-node",
"vscode-test-playwright"
]
}