murashit_codex-panel/knip.json
2026-07-15 15:13:23 +09:00

6 lines
277 B
JSON

{
"entry": ["src/main.ts", "scripts/**/*.mjs", "*.config.{ts,mjs}", "tests/**/*.test.{ts,tsx}"],
"project": ["src/**/*.{ts,tsx}", "tests/**/*.{ts,tsx}", "scripts/**/*.mjs", "*.config.{ts,mjs}"],
"ignore": ["src/generated/**"],
"ignoreBinaries": ["codex", "taskkill"]
}