mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 06:31:11 +00:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": "./tsconfig.core.test.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"**/dist/**",
|
|
"src/agents/**/*.test.ts",
|
|
"src/agents/**/*.test.tsx"
|
|
]
|
|
}
|