mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: extend lint:ts to cover api (#49793)
* fix: include express-session types + suppress err * chore: add api to lint:ts * fix: remove unnecessary typeRoots config
This commit is contained in:
committed by
GitHub
parent
982878948f
commit
36b06be8ce
+2
-1
@@ -18,10 +18,11 @@
|
||||
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
||||
"devDependencies": {
|
||||
"@fastify/type-provider-typebox": "2.4.0",
|
||||
"@types/express-session": "1.17.7",
|
||||
"@types/supertest": "2.0.12",
|
||||
"jest": "29.5.0",
|
||||
"prisma": "4.11.0",
|
||||
"pino-pretty": "10.0.0",
|
||||
"prisma": "4.11.0",
|
||||
"supertest": "6.3.3",
|
||||
"ts-jest": "29.0.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user