mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
6 lines
200 B
JSON
6 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["../../src/**/*.d.ts", "../../packages/**/*.d.ts", "../../scripts/**/*"],
|
|
"exclude": ["../../node_modules", "../../dist", "../../dist-runtime"]
|
|
}
|