mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 03:56:33 +08:00
Refactor the Control UI around route-owned page lifecycle and state while preserving existing behavior and design.
Prepared head SHA: bd51b6fa76
Co-authored-by: Shakker <165377636+shakkernerd@users.noreply.github.com>
Reviewed-by: @shakkernerd
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"extends": "./tsconfig.test.json",
|
|
"include": [
|
|
"../../src/**/*.d.ts",
|
|
"../../src/**/*.test.ts",
|
|
"../../src/**/*.test.tsx",
|
|
"../../ui/**/*.d.ts",
|
|
"../../ui/src/main.ts",
|
|
"../../extensions/**/*.d.ts",
|
|
"../../packages/**/*.d.ts"
|
|
]
|
|
}
|