mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 18:01:41 +00:00
* test(tooling): enforce indexed access in core tests * test(tui): constrain theme environment overrides * test(doctor): enforce indexed access in migration fixtures
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"extends": "./tsconfig.test.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "../../.artifacts/tsgo-cache/extensions-test.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"../../src/**/*.d.ts",
|
|
"../../ui/**/*.d.ts",
|
|
"../../extensions/**/*.d.ts",
|
|
"../../extensions/**/*.test.ts",
|
|
"../../extensions/**/*.test.tsx",
|
|
"../../packages/**/*.d.ts"
|
|
]
|
|
}
|