mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-23 02:13:29 +08:00
6 lines
187 B
JSON
6 lines
187 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*", "ui/**/*", "packages/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/dist/**", "**/*.test.ts", "**/*.test.tsx", "test/**"]
|
|
}
|