mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
chore: move test tsconfigs
This commit is contained in:
11
test/tsconfig/tsconfig.test.ui.json
Normal file
11
test/tsconfig/tsconfig.test.ui.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.test.json",
|
||||
"include": [
|
||||
"../../src/**/*.d.ts",
|
||||
"../../ui/**/*.d.ts",
|
||||
"../../ui/**/*.test.ts",
|
||||
"../../ui/**/*.test.tsx",
|
||||
"../../extensions/**/*.d.ts",
|
||||
"../../packages/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user