mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-21 13:22:30 +08:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"extends": "./tsconfig.test.json",
|
|
"include": [
|
|
"src/**/*.d.ts",
|
|
"src/agents/**/*.test.ts",
|
|
"src/agents/**/*.test.tsx",
|
|
"ui/**/*.d.ts",
|
|
"packages/**/*.d.ts"
|
|
]
|
|
}
|