fix(providers): align ClawRouter package boundary · openclaw/openclaw@8c61390
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit 8c61390
fix(providers): align ClawRouter package boundary
1 file changed
Lines changed: 10 additions & 2 deletions
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,6 +3,14 @@
|
3 | 3 | "compilerOptions": { |
4 | 4 | "rootDir": "." |
5 | 5 | }, |
6 | | -"include": ["./*.ts"], |
7 | | -"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"] |
| 6 | +"include": ["./*.ts", "./src/**/*.ts"], |
| 7 | +"exclude": [ |
| 8 | +"./**/*.test.ts", |
| 9 | +"./dist/**", |
| 10 | +"./node_modules/**", |
| 11 | +"./src/test-support/**", |
| 12 | +"./src/**/*test-helpers.ts", |
| 13 | +"./src/**/*test-harness.ts", |
| 14 | +"./src/**/*test-support.ts" |
| 15 | + ] |
8 | 16 | } |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments