Files
openclaw/test/tsconfig/tsconfig.core.test.shard.json
Jesse Merhi 3cdf888b76 fix(tooling): bound tsgo core test memory (#122748)
* 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>
2026-08-14 12:38:42 +10:00

23 lines
747 B
JSON

{
"extends": "./tsconfig.core.test.json",
"compilerOptions": {
"incremental": true
},
"files": [
"../../src/config/sessions/session-entry.test-compat.d.ts",
"../../src/infra/host-env-security-policy.d.ts",
"../../src/state/openclaw-agent-db.generated.d.ts",
"../../src/state/openclaw-state-db.generated.d.ts",
"../../src/types/agent-sessions.d.ts",
"../../src/types/microsoft-teams-sdk.d.ts",
"../../src/types/node-runtime-globals.d.ts",
"../../src/types/qrcode.d.ts",
"../../ui/src/css.d.ts",
"../../ui/src/i18n/virtual-locale.d.ts",
"../../ui/src/markdown-it-task-lists.d.ts",
"../../ui/src/types/highlight-js-subpaths.d.ts",
"../../ui/src/types/novnc.d.ts"
],
"include": []
}