{
"extends": "./tsconfig.json",
// `exclude` replaces the inherited list; keep shared entries in sync with tsconfig.json.
"exclude": [
"node_modules",
"dist",
"packages/*/src",
"packages/docs",
"openclaw",
"e2e",
"render-service",
"tests",
"eval",
"packages/@openmaic/*/test"
]
}