mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00: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/**"]
|
|
}
|