murashit_codex-panel/knip.json
2026-06-07 13:37:32 +09:00

6 lines
265 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"]
}