mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:40:43 +00:00
build: add targeted tsgo test graphs
This commit is contained in:
11
tsconfig.test.packages.json
Normal file
11
tsconfig.test.packages.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.test.json",
|
||||
"include": [
|
||||
"src/**/*.d.ts",
|
||||
"ui/**/*.d.ts",
|
||||
"extensions/**/*.d.ts",
|
||||
"packages/**/*.d.ts",
|
||||
"packages/**/*.test.ts",
|
||||
"packages/**/*.test.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user