test: align clickclack package contracts · openclaw/openclaw@9b62975
shakkernerd
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | | -"extends": "../../tsconfig.json", |
| 2 | +"extends": "../tsconfig.package-boundary.base.json", |
3 | 3 | "compilerOptions": { |
4 | | -"rootDir": ".", |
5 | | -"outDir": "../../dist/extensions/clickclack", |
6 | | -"tsBuildInfoFile": "../../dist/extensions/clickclack/.tsbuildinfo" |
| 4 | +"rootDir": "." |
7 | 5 | }, |
8 | | -"include": ["**/*.ts", "../../src/types/global-agent.d.ts"] |
| 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 | + ] |
9 | 16 | } |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。