mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
31 lines
649 B
JSON
31 lines
649 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/workers/**",
|
|
"src/schemas/ipc.ts",
|
|
"src/extension.ts",
|
|
"scripts/**"
|
|
],
|
|
"workspaces": {
|
|
"webview-ui": {
|
|
"entry": ["src/index.tsx"],
|
|
"project": ["src/**/*.{ts,tsx}"]
|
|
}
|
|
}
|
|
}
|