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