mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-20 21:02:10 +08:00
9 lines
279 B
JSON
9 lines
279 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": ".artifacts/tsgo-cache/core.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*", "ui/**/*", "packages/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/dist/**", "**/*.test.ts", "**/*.test.tsx", "test/**"]
|
|
}
|