Files
openclaw/test/tsconfig/tsconfig.test.ui.json
Peter Steinberger 1b313dc4d4 chore(tooling): enforce indexed access in core tests (#105375)
* test(tooling): enforce indexed access in core tests

* test(tui): constrain theme environment overrides

* test(doctor): enforce indexed access in migration fixtures
2026-07-12 14:29:52 +01:00

12 lines
237 B
JSON

{
"extends": "./tsconfig.test.json",
"include": [
"../../src/**/*.d.ts",
"../../ui/**/*.d.ts",
"../../ui/**/*.test.ts",
"../../ui/**/*.test.tsx",
"../../extensions/**/*.d.ts",
"../../packages/**/*.d.ts"
]
}