mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
Adds the Gradium bundled plugin with TTS and speech-provider registration, docs, label routing, and focused/live coverage. Also carries the current main lint cleanup needed for the rebased CI lane. Co-authored-by: laurent <laurent.mazare@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"extends": "../tsconfig.package-boundary.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": ["./*.ts", "./src/**/*.ts"],
|
|
"exclude": [
|
|
"./**/*.test.ts",
|
|
"./dist/**",
|
|
"./node_modules/**",
|
|
"./src/test-support/**",
|
|
"./src/**/*test-helpers.ts",
|
|
"./src/**/*test-harness.ts",
|
|
"./src/**/*test-support.ts"
|
|
]
|
|
}
|