mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-21 21:31:39 +08:00
6 lines
160 B
JSON
6 lines
160 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.d.ts", "packages/**/*.d.ts", "scripts/**/*"],
|
|
"exclude": ["node_modules", "dist", "dist-runtime"]
|
|
}
|