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

12
scripts/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@household/scripts",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsgo --project tsconfig.json --noEmit"
},
"devDependencies": {
"drizzle-orm": "*",
"@household/db": "workspace:*"
}
}