chore: use turborepo for type checking (#64455)

This commit is contained in:
Oliver Eyton-Williams
2026-01-19 14:35:27 +01:00
committed by GitHub
parent 2ce0ff1560
commit 608afa8a39
17 changed files with 245 additions and 443 deletions
+3
View File
@@ -46,6 +46,7 @@
"@total-typescript/ts-reset": "0.6.1",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.2",
"@types/nodemailer": "6.4.21",
"@types/supertest": "2.0.16",
"@types/validator": "13.15.10",
@@ -57,6 +58,7 @@
"prisma": "6.19.1",
"supertest": "6.3.3",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "^3.2.4"
},
"engines": {
@@ -82,6 +84,7 @@
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"type-check": "tsc --noEmit",
"prisma": "dotenv -e ../.env prisma",
"postinstall": "prisma generate",
"exam-env:generate": "tsx tools/exam-environment/generate/index.ts",