mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-20 21:02:10 +08: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"
|
|
]
|
|
}
|