mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:00:54 +00:00
chore: move test tsconfigs
This commit is contained in:
12
test/tsconfig/tsconfig.test.src.json
Normal file
12
test/tsconfig/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