mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
6 lines
310 B
JSON
6 lines
310 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/**", "tests/fixtures/grit-policy/**"],
|
|
"ignoreBinaries": ["codex", "taskkill"]
|
|
}
|