mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 18:37:03 +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"
|
|
]
|
|
}
|