Roo-Code/knip.json
Trung Dang 563b327007
chore: marketplace wordings, cleanup, and document refresh (#6)
* chore: reword all `PackageManager` => `Marketplace`

* chore: document refresh, `mcp-server` => `mcp`

* chore: correct word

* chore: remove unnecessary condition

* chore: remove unnecessary bits

* chore: add note for failed test
2025-05-02 23:16:26 +07:00

30 lines
629 B
JSON

{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/extension.ts", "src/activate/index.ts", "webview-ui/src/index.tsx"],
"project": ["src/**/*.ts", "webview-ui/src/**/*.{ts,tsx}"],
"ignore": [
"**/__mocks__/**",
"**/__tests__/**",
"**/test/**",
"**/*.test.ts",
"**/*.test.tsx",
"**/stories/**",
"coverage/**",
"dist/**",
"out/**",
"bin/**",
"e2e/**",
"evals/**",
"src/activate/**",
"src/exports/**",
"src/schemas/ipc.ts",
"src/extension.ts",
"scripts/**"
],
"workspaces": {
"webview-ui": {
"entry": ["src/index.tsx"],
"project": ["src/**/*.{ts,tsx}"]
}
}
}