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 -2
View File
@@ -4,7 +4,8 @@
"main": "seed-daily-challenges.js",
"scripts": {
"seed-daily-challenges": "tsx seed-daily-challenges.ts",
"lint": "eslint --max-warnings 0"
"lint": "eslint --max-warnings 0",
"type-check": "tsc --noEmit"
},
"author": "",
"license": "ISC",
@@ -15,7 +16,7 @@
"eslint": "^9.39.1",
"mongodb": "6.10.0",
"tsx": "4.19.1",
"typescript": "5.8.2"
"typescript": "5.9.3"
},
"type": "module"
}