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
@@ -25,7 +25,8 @@
"create-quiz": "tsx create-quiz",
"rename-block": "tsx rename-block",
"lint": "eslint --max-warnings 0",
"test": "vitest"
"test": "vitest",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@freecodecamp/eslint-config": "workspace:*",
@@ -40,7 +41,7 @@
"gray-matter": "4.0.3",
"inquirer": "8.2.6",
"prettier": "3.2.5",
"typescript": "5.2.2",
"typescript": "5.9.3",
"vitest": "^3.2.4"
}
}