fix(test): configure scripts workspace and e2e typings

This commit is contained in:
2026-03-05 20:45:14 +04:00
parent 6f6873f25d
commit cfc8a521e4
6 changed files with 383 additions and 10 deletions

9
scripts/tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"paths": {
"@household/*": ["../packages/*/src", "../apps/*/src"]
}
},
"include": ["**/*.ts", "../apps/bot/src/**/*.ts"]
}