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