mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 17:30:31 +00:00
7 lines
265 B
JSON
7 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"]
|
||
|
|
}
|