mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
3cdf888b76
* fix(tooling): bound tsgo core test memory * perf(tooling): reuse bounded tsgo test state * fix(tooling): preserve bounded tsgo aggregate coverage * fix(tooling): satisfy rebased lint checks * test(sqlite): stabilize publication replacement fault * fix(tooling): guard targeted tsgo declarations * fix(tooling): guard inherited package test roots * fix(tooling): guard shared test declaration roots * test(gateway): synchronize staged recovery proof --------- Co-authored-by: Jesse Merhi <jesse-merhi@users.noreply.github.com>
38 lines
931 B
JSON
38 lines
931 B
JSON
{
|
|
"extends": "./tsconfig.core.test.shard.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "../../.artifacts/tsgo-cache/core-test-other.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"../../src/**/*.test.ts",
|
|
"../../src/**/*.test.tsx"
|
|
],
|
|
"exclude": [
|
|
"../../node_modules",
|
|
"../../dist",
|
|
"../../**/dist/**",
|
|
"../../src/agents/**",
|
|
"../../src/gateway/**",
|
|
"../../src/infra/**",
|
|
"../../src/commands/**",
|
|
"../../src/plugins/**",
|
|
"../../src/config/**",
|
|
"../../src/cli/**",
|
|
"../../src/auto-reply/**",
|
|
"../../src/channels/**",
|
|
"../../src/cron/**",
|
|
"../../src/plugin-sdk/**",
|
|
"../../src/skills/**",
|
|
"../../src/secrets/**",
|
|
"../../src/shared/**",
|
|
"../../src/security/**",
|
|
"../../src/acp/**",
|
|
"../../src/tui/**",
|
|
"../../src/media/**",
|
|
"../../src/system-agent/**",
|
|
"../../src/logging/**",
|
|
"../../src/hooks/**",
|
|
"../../src/daemon/**"
|
|
]
|
|
}
|