mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
Refactor the Control UI around route-owned page lifecycle and state while preserving existing behavior and design. Prepared head SHA: bd51b6fa76ec057fde19bc31f93fb4aad70416d3 Co-authored-by: Shakker <165377636+shakkernerd@users.noreply.github.com> Reviewed-by: @shakkernerd
18 lines
466 B
JSON
18 lines
466 B
JSON
{
|
|
"extends": "./tsconfig.test.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "../../.artifacts/tsgo-cache/core-test.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"../../src/**/*.d.ts",
|
|
"../../src/**/*.test.ts",
|
|
"../../src/**/*.test.tsx",
|
|
"../../ui/**/*.d.ts",
|
|
"../../ui/src/main.ts",
|
|
"../../ui/**/*.test.ts",
|
|
"../../ui/**/*.test.tsx",
|
|
"../../packages/**/*.d.ts",
|
|
"../../packages/**/*.test.ts",
|
|
"../../packages/**/*.test.tsx"
|
|
]
|
|
}
|