mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 06:31:11 +00:00
5 lines
160 B
JSON
5 lines
160 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.d.ts", "packages/**/*.d.ts", "scripts/**/*"],
|
|
"exclude": ["node_modules", "dist", "dist-runtime"]
|
|
}
|