Roo-Code/knip.json
2025-05-22 08:41:58 -07:00

29 lines
641 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/**",
"bin/**",
"apps/vscode-e2e/**",
"evals/**",
"src/activate/**",
"src/exports/**",
"src/workers/**",
"src/schemas/ipc.ts",
"src/extension.ts",
"scripts/**",
"vitest.config.ts"
],
"workspaces": {
"webview-ui": {
"entry": ["src/index.tsx"],
"project": ["src/**/*.{ts,tsx}"]
}
}
}