mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: use turborepo for type checking (#64455)
This commit is contained in:
committed by
GitHub
parent
2ce0ff1560
commit
608afa8a39
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user